remove miners from goerli faucet

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-29 08:37:14 -04:00
parent d5d8456dce
commit 03a493e274
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -29,6 +29,8 @@ locals {
goerli = {
miner_instance_type = "n1-highmem-2"
/* Proof-of-Authority neworks don't give mining rewards */
miner_count = 0
}
}
}