mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
666f8d2cf1
* Fixes related to Prague execution requests Turn out the specs are changed: - WITHDRAWAL_REQUEST_ADDRESS -> WITHDRAWAL_QUEUE_ADDRESS - CONSOLIDATION_REQUEST_ADDRESS -> CONSOLIDATION_QUEUE_ADDRESS - DEPOSIT_CONTRACT_ADDRESS -> only mainnet - depositContractAddress can be configurable Also fix bugs related to t8n tool * Fix for evmc
25 lines
827 B
JSON
25 lines
827 B
JSON
{
|
|
"blockHashes": {
|
|
},
|
|
"currentBaseFee": "0x7",
|
|
"currentBlobGasUsed": "0x0",
|
|
"currentCoinbase": "0xf97e180c050e5ab072211ad2c213eb5aee4df134",
|
|
"currentDifficulty": "0x0",
|
|
"currentExcessBlobGas": "0x2b80000",
|
|
"currentGasLimit": "0x1c9c380",
|
|
"currentNumber": "0x1",
|
|
"currentRandom": "0x89e03b95990c23f0dbc63247c17d9699464d25d10f9d24a676265bdd82bfb18a",
|
|
"currentTimestamp": "0x672bc100",
|
|
"parentBaseFee": "0x7",
|
|
"parentBeaconBlockRoot": "0x4368de4abb7ed9d11d92d42713a3b3c6e0a271e20d6de882161c2ae1b3a9051f",
|
|
"parentBlobGasUsed": "0xc0000",
|
|
"parentDifficulty": "0x0",
|
|
"parentExcessBlobGas": "0x2b20000",
|
|
"parentGasLimit": "0x1c9c380",
|
|
"parentGasUsed": "0x430f97",
|
|
"parentTimestamp": "0x672bc0f4",
|
|
"withdrawals": [
|
|
],
|
|
"depositContractAddress": "0x4242424242424242424242424242424242424242"
|
|
}
|