Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pk910/test-testnet-repo
Browse files Browse the repository at this point in the history
# Conflicts:
#	values.env
  • Loading branch information
pk910 committed Nov 15, 2022
2 parents 51f1a4c + c45ed00 commit a3fa734
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

export CHAIN_ID="1337500"
export GENESIS_TIMESTAMP="1668452400"
export CHAIN_ID="1337501"
export GENESIS_TIMESTAMP="1668495600"
export GENESIS_INTERVAL="21600"

export GENESIS_FORK_VERSION="0x10001000"
export ALTAIR_FORK_VERSION="0x20001000"
export BELLATRIX_FORK_VERSION="0x30001000"
export CAPELLA_FORK_VERSION="0x40001000"
export GENESIS_FORK_VERSION="0x10001001"
export ALTAIR_FORK_VERSION="0x20001001"
export BELLATRIX_FORK_VERSION="0x30001001"
export CAPELLA_FORK_VERSION="0x40001001"
export CAPELLA_FORK_EPOCH="18446744073709551615"

export DEPOSIT_CONTRACT_ADDRESS="0x4242424242424242424242424242424242424242"
Expand Down

0 comments on commit a3fa734

Please sign in to comment.