mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
cicd, genesis: set EIP-1559 number in genesis for devnet and testnet
This commit is contained in:
parent
80ad490f0a
commit
8850e1be87
4 changed files with 8 additions and 4 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"eip155Block": 0,
|
||||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0,
|
||||
"eip1559Block": 0,
|
||||
"XDPoS": {
|
||||
"period": 2,
|
||||
"epoch": 900,
|
||||
|
|
@ -275,4 +276,4 @@
|
|||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"baseFeePerGas": null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"eip155Block": 3,
|
||||
"eip158Block": 3,
|
||||
"byzantiumBlock": 4,
|
||||
"eip1559Block": 71550000,
|
||||
"XDPoS": {
|
||||
"period": 2,
|
||||
"epoch": 900,
|
||||
|
|
@ -138,4 +139,4 @@
|
|||
"number": "0x0",
|
||||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"eip155Block": 0,
|
||||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0,
|
||||
"eip1559Block": 0,
|
||||
"XDPoS": {
|
||||
"period": 2,
|
||||
"epoch": 900,
|
||||
|
|
@ -275,4 +276,4 @@
|
|||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"baseFeePerGas": null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"eip155Block": 3,
|
||||
"eip158Block": 3,
|
||||
"byzantiumBlock": 4,
|
||||
"eip1559Block": 71550000,
|
||||
"XDPoS": {
|
||||
"period": 2,
|
||||
"epoch": 900,
|
||||
|
|
@ -138,4 +139,4 @@
|
|||
"number": "0x0",
|
||||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue