mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-25 00:58:55 +00:00
drop Rinkeby miners since it's a PoA network
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e7675e742f
commit
c1d74f2f25
@ -20,7 +20,10 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Default settings for Rinkeby */
|
/* 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 is memory intensive, 13 GB of RAM given */
|
||||||
ropsten = {
|
ropsten = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user