mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
add cancun Block for mumbai
This commit is contained in:
parent
9ca58d452f
commit
5d34ab40d8
5 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"berlinBlock": 13996000,
|
||||
"londonBlock": 22640000,
|
||||
"shanghaiBlock": 41874000,
|
||||
"cancunBlock": 45648608,
|
||||
"bor": {
|
||||
"jaipurBlock": 22770000,
|
||||
"delhiBlock": 29638656,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ var mumbaiTestnet = &Chain{
|
|||
BerlinBlock: big.NewInt(13996000),
|
||||
LondonBlock: big.NewInt(22640000),
|
||||
ShanghaiBlock: big.NewInt(41874000),
|
||||
CancunBlock: big.NewInt(45648608),
|
||||
Bor: ¶ms.BorConfig{
|
||||
JaipurBlock: big.NewInt(22770000),
|
||||
DelhiBlock: big.NewInt(29638656),
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"berlinBlock": 13996000,
|
||||
"londonBlock": 13996000,
|
||||
"shanghaiBlock": 41874000,
|
||||
"cancunBlock": 45648608,
|
||||
"bor": {
|
||||
"period": {
|
||||
"0": 2,
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
"berlinBlock":13996000,
|
||||
"londonBlock":13996000,
|
||||
"shanghaiBlock": 41874000,
|
||||
"cancunBlock": 45648608,
|
||||
"bor":{
|
||||
"period":{
|
||||
"0":2,
|
||||
|
|
|
|||
|
|
@ -196,6 +196,7 @@ var (
|
|||
BerlinBlock: big.NewInt(13996000),
|
||||
LondonBlock: big.NewInt(22640000),
|
||||
ShanghaiBlock: big.NewInt(41874000),
|
||||
CancunBlock: big.NewInt(45648608),
|
||||
Bor: &BorConfig{
|
||||
JaipurBlock: big.NewInt(22770000),
|
||||
DelhiBlock: big.NewInt(29638656),
|
||||
|
|
|
|||
Loading…
Reference in a new issue