Skip to content

Commit

Permalink
TTD flag is decimal in all consensus clients now, see ethereum/consen…
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Oct 11, 2021
1 parent 598bf2b commit 4cd89a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions amphora-testnet/inventory/group_vars/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ testnet_type: custom
eth2_network_name: amphora

# TODO: set TTD
terminal_total_difficulty: "0x3938700"
teku_terminal_total_difficulty: "60000000"
terminal_total_difficulty: "60000000"

# enter bootnodes here if needed
bootnode_enrs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ eth1_start_args: >
--Network.DiscoveryPort=30303
--Network.P2PPort=30303
--Merge.Enabled=true
--Merge.TerminalTotalDifficulty={{teku_terminal_total_difficulty}}
--Merge.TerminalTotalDifficulty={{terminal_total_difficulty}}
# run as root, the nethermind image doesn't handle running regular user well
eth1_user_id: "0:0"
2 changes: 1 addition & 1 deletion amphora-testnet/inventory/group_vars/eth2client_teku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ beacon_start_args: >
--metrics-host-allowlist="*"
--rest-api-host-allowlist="*"
--Xdata-storage-non-canonical-blocks-enabled=true
--Xnetwork-merge-total-terminal-difficulty={{teku_terminal_total_difficulty}}
--Xnetwork-merge-total-terminal-difficulty={{terminal_total_difficulty}}
validator_start_args: >
Expand Down

0 comments on commit 4cd89a9

Please sign in to comment.