Skip to content

Commit 3f57b0d

Browse files
committed
Update Mumbai HF blocks
1 parent 66d1916 commit 3f57b0d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

builder/files/genesis-testnet-v4.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"londonBlock": 22640000,
1616
"shanghaiBlock": 41874000,
1717
"cancunBlock": 45648608,
18-
"pragueBlock": 48582656,
18+
"pragueBlock": 48467456,
1919
"bor": {
2020
"jaipurBlock": 22770000,
2121
"delhiBlock": 29638656,
2222
"indoreBlock": 37075456,
23-
"ahmedabadBlock": 48576256,
24-
"bhilaiBlock": 48582656,
25-
"veblopBlock": 48614656,
23+
"ahmedabadBlock": 48467456,
24+
"bhilaiBlock": 48467456,
25+
"veblopBlock": 48467456,
2626
"stateSyncConfirmationDelay": {
2727
"37075456": 128
2828
},

internal/cli/server/chains/mumbai.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ var mumbaiTestnet = &Chain{
2929
LondonBlock: big.NewInt(22640000),
3030
ShanghaiBlock: big.NewInt(41874000),
3131
CancunBlock: big.NewInt(45648608),
32-
PragueBlock: big.NewInt(48582656),
32+
PragueBlock: big.NewInt(48467456),
3333
Bor: &params.BorConfig{
3434
JaipurBlock: big.NewInt(22770000),
3535
DelhiBlock: big.NewInt(29638656),
3636
IndoreBlock: big.NewInt(37075456),
37-
AhmedabadBlock: big.NewInt(48576256),
38-
BhilaiBlock: big.NewInt(48582656),
39-
VeBlopBlock: big.NewInt(48614656),
37+
AhmedabadBlock: big.NewInt(48467456),
38+
BhilaiBlock: big.NewInt(48467456),
39+
VeBlopBlock: big.NewInt(48467456),
4040
StateSyncConfirmationDelay: map[string]uint64{
4141
"37075456": 128,
4242
},

params/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ var (
252252
LondonBlock: big.NewInt(22640000),
253253
ShanghaiBlock: big.NewInt(41874000),
254254
CancunBlock: big.NewInt(45648608),
255-
PragueBlock: big.NewInt(48582656),
255+
PragueBlock: big.NewInt(48467456),
256256
Bor: &BorConfig{
257257
JaipurBlock: big.NewInt(22770000),
258258
DelhiBlock: big.NewInt(29638656),
259259
IndoreBlock: big.NewInt(37075456),
260-
AhmedabadBlock: big.NewInt(48576256),
261-
BhilaiBlock: big.NewInt(48582656),
262-
VeBlopBlock: big.NewInt(48614656),
260+
AhmedabadBlock: big.NewInt(48467456),
261+
BhilaiBlock: big.NewInt(48467456),
262+
VeBlopBlock: big.NewInt(48467456),
263263
StateSyncConfirmationDelay: map[string]uint64{
264264
"37075456": 128,
265265
},

0 commit comments

Comments
 (0)