mode: add optimism.eip1559DenominatorCanyon=250 to mainnet genesis
Canyon-fork EIP-1559 denominator, present in the authoritative genesis
on rpc-de-32 but missing from the committed copy. Matches the fork-time
addition in d4fc9487.
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
"terminalTotalDifficultyPassed": true,
|
"terminalTotalDifficultyPassed": true,
|
||||||
"optimism": {
|
"optimism": {
|
||||||
"eip1559Elasticity": 6,
|
"eip1559Elasticity": 6,
|
||||||
"eip1559Denominator": 50
|
"eip1559Denominator": 50,
|
||||||
|
"eip1559DenominatorCanyon": 250
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nonce": "0x0",
|
"nonce": "0x0",
|
||||||
|
|||||||
Reference in New Issue
Block a user