forked from ephemery-testnet/ephemery-genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.env
25 lines (22 loc) · 892 Bytes
/
values.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export ITERATION_NUMBER="136"
export CHAIN_ID="39438136"
export GENESIS_TIMESTAMP="1722538800"
export GENESIS_INTERVAL="2419200"
export GENESIS_DELAY=600
export GENESIS_FORK_VERSION="0x1000101b"
export ALTAIR_FORK_VERSION="0x2000101b"
export BELLATRIX_FORK_VERSION="0x3000101b"
export CAPELLA_FORK_VERSION="0x4000101b"
export DENEB_FORK_VERSION="0x5000101b"
export ELECTRA_FORK_VERSION="0x6000101b"
export EIP7594_FORK_VERSION="0x7000101b"
export CL_ADDITIONAL_VALIDATORS="validators.txt"
export DEPOSIT_CONTRACT_ADDRESS="0x4242424242424242424242424242424242424242"
export CL_EXEC_BLOCK="0"
export DEPOSIT_CONTRACT_BLOCK="0x0000000000000000000000000000000000000000000000000000000000000000"
export MIN_GENESIS_ACTIVE_VALIDATOR_COUNT=64
export SLOT_DURATION_IN_SECONDS=12
export MAX_CHURN=8
export EJECTION_BALANCE=30000000000
export ETH1_FOLLOW_DISTANCE=12
export GENESIS_GASLIMIT=30000000