mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 12:54:13 +00:00
Fixed rinkeby alloc data
This commit is contained in:
parent
ebfe25fc2c
commit
39d604a8d7
@ -54,7 +54,7 @@ func defaultGenesisBlockForNetwork*(id: PublicNetwork): Genesis =
|
||||
extraData: hexToSeqByte("0x3535353535353535353535353535353535353535353535353535353535353535"),
|
||||
gasLimit: 16777216,
|
||||
difficulty: 1048576.u256,
|
||||
alloc: decodePrealloc(testnetAllocData)
|
||||
alloc: decodePrealloc(rinkebyAllocData)
|
||||
)
|
||||
else:
|
||||
raise newException(Exception, "No default genesis for " & $id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user