mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
add : cancun block for Amoy
This commit is contained in:
parent
f3cf1c1450
commit
b38c7b017e
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ var amoyTestnet = &Chain{
|
||||||
BerlinBlock: big.NewInt(0),
|
BerlinBlock: big.NewInt(0),
|
||||||
LondonBlock: big.NewInt(73100),
|
LondonBlock: big.NewInt(73100),
|
||||||
ShanghaiBlock: big.NewInt(73100),
|
ShanghaiBlock: big.NewInt(73100),
|
||||||
|
CancunBlock: big.NewInt(5423600),
|
||||||
Bor: ¶ms.BorConfig{
|
Bor: ¶ms.BorConfig{
|
||||||
JaipurBlock: big.NewInt(73100),
|
JaipurBlock: big.NewInt(73100),
|
||||||
DelhiBlock: big.NewInt(73100),
|
DelhiBlock: big.NewInt(73100),
|
||||||
|
|
|
||||||
|
|
@ -266,6 +266,7 @@ var (
|
||||||
BerlinBlock: big.NewInt(0),
|
BerlinBlock: big.NewInt(0),
|
||||||
LondonBlock: big.NewInt(73100),
|
LondonBlock: big.NewInt(73100),
|
||||||
ShanghaiBlock: big.NewInt(73100),
|
ShanghaiBlock: big.NewInt(73100),
|
||||||
|
CancunBlock: big.NewInt(5423600),
|
||||||
Bor: &BorConfig{
|
Bor: &BorConfig{
|
||||||
JaipurBlock: big.NewInt(73100),
|
JaipurBlock: big.NewInt(73100),
|
||||||
DelhiBlock: big.NewInt(73100),
|
DelhiBlock: big.NewInt(73100),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue