Skip to content

Commit 0e3289f

Browse files
Sepolia TheMerge configs (#4162)
* add merge to sepolia configs * cosmetic * remove EnabledModules from configs as they are the same as default
1 parent 53d08cb commit 0e3289f

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

src/Nethermind/Chains/sepolia.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"eip1559Transition": "0x0",
5555
"eip3198Transition": "0x0",
5656
"eip3529Transition": "0x0",
57-
"eip3541Transition": "0x0"
57+
"eip3541Transition": "0x0",
58+
"terminalTotalDifficulty": "152D02C7E14AF6800000"
5859
},
5960
"genesis": {
6061
"seal": {

src/Nethermind/Nethermind.Runner/configs/sepolia.cfg

+13
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,18 @@
2020
"PivotNumber": 1301000,
2121
"PivotHash": "0x0f66dfd68f63261eb91253eacb7df90192c751f85204f60840ddb12ccd91227b",
2222
"PivotTotalDifficulty": "6921232492055148"
23+
},
24+
"JsonRpc": {
25+
"Enabled": true,
26+
"Timeout": 20000,
27+
"Host": "127.0.0.1",
28+
"Port": 8545,
29+
"AdditionalRpcUrls": [
30+
"http://localhost:8551|http;ws|net;eth;subscribe;engine;web3;client"
31+
]
32+
},
33+
"Merge": {
34+
"Enabled": true,
35+
"TerminalTotalDifficulty": "100000000000000000000000"
2336
}
2437
}

src/Nethermind/Nethermind.Runner/configs/sepolia_archive.cfg

+13
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,18 @@
1111
},
1212
"Metrics": {
1313
"NodeName": "Sepolia"
14+
},
15+
"JsonRpc": {
16+
"Enabled": true,
17+
"Timeout": 20000,
18+
"Host": "127.0.0.1",
19+
"Port": 8545,
20+
"AdditionalRpcUrls": [
21+
"http://localhost:8551|http;ws|net;eth;subscribe;engine;web3;client"
22+
]
23+
},
24+
"Merge": {
25+
"Enabled": true,
26+
"TerminalTotalDifficulty": "100000000000000000000000"
1427
}
1528
}

0 commit comments

Comments
 (0)