2a2b0419fb
This change implements withdrawals as specified in EIP-4895. Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com> Co-authored-by: marioevz <marioevz@gmail.com> Co-authored-by: Martin Holst Swende <martin@swende.se> Co-authored-by: Felix Lange <fjl@twurst.com>
18 lines
433 B
JSON
18 lines
433 B
JSON
{
|
|
"currentCoinbase": "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"currentDifficulty": null,
|
|
"currentRandom": "0xdeadc0de",
|
|
"currentGasLimit": "0x750a163df65e8a",
|
|
"currentBaseFee": "0x500",
|
|
"currentNumber": "1",
|
|
"currentTimestamp": "1000",
|
|
"withdrawals": [
|
|
{
|
|
"index": "0x42",
|
|
"validatorIndex": "0x42",
|
|
"address": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"amount": "0x2a"
|
|
}
|
|
]
|
|
}
|