5157d4540a
This adds the ability to run --state.fork=Merged, and have post-merge rules apply. When doing so, it also requires the input env to contain currentRandom, and enforces the currentDifficulty to be omitted or zero.
10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|
"currentCoinbase": "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"currentDifficulty": null,
|
|
"currentRandom": null,
|
|
"currentGasLimit": "0x750a163df65e8a",
|
|
"currentBaseFee": "0x500",
|
|
"currentNumber": "1",
|
|
"currentTimestamp": "1000"
|
|
}
|