skip hotfixed DEPOSIT_CHAIN_ID/DEPOSIT_NETWORK_ID const checks (#1434)

This commit is contained in:
tersec 2020-08-04 15:53:39 +00:00 committed by GitHub
parent 196bc6ea3b
commit a5d900d052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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 =