Skip to content

Commit 336aab8

Browse files
committed
Add merge values to existing net configs
1 parent 72eb302 commit 336aab8

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

common/eth2_network_config/built_in_network_configs/mainnet/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
# Extends the mainnet preset
44
PRESET_BASE: 'mainnet'
55

6+
# Transition
7+
# ---------------------------------------------------------------
8+
# TBD, 2**256-2**10 is a placeholder
9+
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129638912
10+
# By default, don't use these params
11+
TERMINAL_BLOCK_HASH: 0x0000000000000000000000000000000000000000000000000000000000000000
12+
TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: 18446744073709551615
13+
614
# Genesis
715
# ---------------------------------------------------------------
816
# `2**14` (= 16,384)

common/eth2_network_config/built_in_network_configs/prater/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
# Extends the mainnet preset
44
PRESET_BASE: 'mainnet'
55

6+
# Transition
7+
# ---------------------------------------------------------------
8+
# TBD, 2**256-2**10 is a placeholder
9+
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129638912
10+
# By default, don't use these params
11+
TERMINAL_BLOCK_HASH: 0x0000000000000000000000000000000000000000000000000000000000000000
12+
TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: 18446744073709551615
13+
614
# Genesis
715
# ---------------------------------------------------------------
816
# `2**14` (= 16,384)

common/eth2_network_config/built_in_network_configs/pyrmont/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
# Extends the mainnet preset
44
PRESET_BASE: 'mainnet'
55

6+
# Transition
7+
# ---------------------------------------------------------------
8+
# TBD, 2**256-2**10 is a placeholder
9+
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129638912
10+
# By default, don't use these params
11+
TERMINAL_BLOCK_HASH: 0x0000000000000000000000000000000000000000000000000000000000000000
12+
TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: 18446744073709551615
13+
614
# Genesis
715
# ---------------------------------------------------------------
816
# `2**14` (= 16,384)

0 commit comments

Comments
 (0)