skip hotfixed DEPOSIT_CHAIN_ID/DEPOSIT_NETWORK_ID const checks (#1434)
This commit is contained in:
parent
196bc6ea3b
commit
a5d900d052
|
@ -104,11 +104,9 @@ const IgnoreKeys = [
|
|||
"GENESIS_FORK_VERSION",
|
||||
"GENESIS_DELAY",
|
||||
|
||||
# TODO
|
||||
# These are phase1 constants.
|
||||
# Not currently present in the phase0 presets.
|
||||
"CUSTODY_PERIOD_TO_RANDAO_PADDING",
|
||||
"EARLY_DERIVED_SECRET_PENALTY_MAX_FUTURE_EPOCHS"
|
||||
# TODO remove when possible
|
||||
"DEPOSIT_CHAIN_ID",
|
||||
"DEPOSIT_NETWORK_ID"
|
||||
]
|
||||
|
||||
func parseU32LEHex(hexValue: string): uint32 =
|
||||
|
|
Loading…
Reference in New Issue