Skip to content

Commit

Permalink
Let minimal FORK_VERSION take prevalence in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jun 1, 2021
1 parent ee75995 commit aed3229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/networks/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export const beaconParams: IBeaconParamsUnparsed = {

MIN_GENESIS_TIME: 1606824000, // Tuesday, December 1, 2020 12:00:00 PM UTC
GENESIS_DELAY: 604800,
GENESIS_FORK_VERSION: "0x00000000",
// MUST NOT use `GENESIS_FORK_VERSION` here so for `minimal` networks the preset value of 0x00000001 take prevalence
// GENESIS_FORK_VERSION: "0x00000000",
};

export const depositContractDeployBlock = 11052984;
Expand Down

0 comments on commit aed3229

Please sign in to comment.