Skip to content

Commit d5fdd66

Browse files
sadociMetadiumRelease
authored andcommitted
core, params: update metadium testnet berlin & london block height to 38067000
1 parent 7d802e3 commit d5fdd66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/metadium_genesis.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12333,7 +12333,7 @@ var (
1233312333
},
1233412334
"coinbase": "0x378360d4f25E6377f3da53F8cF09e9a258118528",
1233512335
"config": {
12336-
"berlinBlock": 80000000,
12336+
"berlinBlock": 38067000,
1233712337
"chainId": 12,
1233812338
"homesteadBlock": 0,
1233912339
"eip150Block": 5623000,
@@ -12342,7 +12342,7 @@ var (
1234212342
"byzantiumBlock": 0,
1234312343
"constantinopleBlock": 5623000,
1234412344
"istanbulBlock": 5623000,
12345-
"londonBlock": 80000000,
12345+
"londonBlock": 38067000,
1234612346
"muirGlacierBlock": 5623000
1234712347
},
1234812348
"difficulty": "0x1",

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ var (
172172
PetersburgBlock: big.NewInt(5623000),
173173
IstanbulBlock: big.NewInt(5623000),
174174
MuirGlacierBlock: big.NewInt(5623000),
175-
BerlinBlock: big.NewInt(80000000),
176-
LondonBlock: big.NewInt(80000000),
175+
BerlinBlock: big.NewInt(38067000),
176+
LondonBlock: big.NewInt(38067000),
177177
Ethash: new(EthashConfig),
178178
}
179179

0 commit comments

Comments
 (0)