mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
fix mainnet eth1 for mainnet eth2 (#2819)
This commit is contained in:
parent
43a976f89b
commit
fb42a3af9b
@ -143,7 +143,8 @@ proc loadEth2NetworkMetadata*(path: string): Eth2NetworkMetadata
|
||||
|
||||
Eth2NetworkMetadata(
|
||||
incompatible: false,
|
||||
eth1Network: some goerli,
|
||||
eth1Network: some(
|
||||
if "mainnet" in path: Eth1Network.mainnet else: Eth1Network.goerli),
|
||||
cfg: runtimeConfig,
|
||||
bootstrapNodes: bootstrapNodes,
|
||||
depositContractDeployedAt: depositContractDeployedAt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user