Hotfix: Allow 'make madella' to work with the latest Medalla metadata

This commit is contained in:
Zahary Karadjov 2020-08-04 17:55:37 +03:00
parent 3dffa7f60c
commit 4deed117a9
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 3 additions and 2 deletions

View File

@ -163,5 +163,6 @@ const
# https://github.com/ethereum/eth2.0-specs/blob/v0.12.2/configs/mainnet/phase0.yaml#L52
# Ethereum PoW Mainnet
DEPOSIT_CHAIN_ID* = 1
DEPOSIT_NETWORK_ID* = 1
# TODO These violate the spec (this is a temporary change to allow `make medalla` to work)
DEPOSIT_CHAIN_ID* = 5
DEPOSIT_NETWORK_ID* = 5