drop Rinkeby miners since it's a PoA network

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-19 10:48:34 -04:00
parent e7675e742f
commit c1d74f2f25
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -20,7 +20,10 @@ locals {
}
/* Default settings for Rinkeby */
rinkeby = {}
rinkeby = {
/* Proof-of-Authority neworks don't give mining rewards */
miner_count = 0
}
/* Ropsten is memory intensive, 13 GB of RAM given */
ropsten = {