Skip to content

Commit

Permalink
Update sepolia ttd (#4215)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored and wemeetagain committed Jun 28, 2022
1 parent 1298ceb commit 55e7ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merge-scripts/sepolia.vars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEVNET_NAME=sepolia
# Empty config git dir will be assumed to be clients having bakedin configs
CONFIG_GIT_DIR=
NETWORK_ID=11155111
MERGE_TTD=100000000000000000000000
MERGE_TTD=17000000000000000

# This will be available in /data/jwtsecret
JWT_SECRET="0xdc6457099f127cf0bac78de8b297df04951281909db4f58b43def7c7151e765d"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/networks/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const sepoliaChainConfig: IChainConfig = {
// # Merge
BELLATRIX_FORK_VERSION: b("0x90000071"),
BELLATRIX_FORK_EPOCH: 100,
TERMINAL_TOTAL_DIFFICULTY: BigInt("100000000000000000000000"),
TERMINAL_TOTAL_DIFFICULTY: BigInt("17000000000000000"),

// Deposit contract
// ---------------------------------------------------------------
Expand Down

0 comments on commit 55e7ca2

Please sign in to comment.