mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 21:57:58 +00:00
b03ad3027e
* Pre-seed accounts with more ETH. This commit fixes and solves some issues around how much ETH we seed an account with in genesis. Currently, any account that the node has keys to sign for will be seeded with u128::MAX WEI in genesis. This also includes the default signer account. * Bump commit hash of polkadot SDK * Change how the cache key is computed * Revert "Change how the cache key is computed" This reverts commit75afdd9cfd. * Revert "Bump commit hash of polkadot SDK" This reverts commit8aaa69780e. * Add extra comments * Revert "Add extra comments" This reverts commitbd4de2c83d. * Update the initial balance
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"chainId": 420420420,
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip155Block": 0,
|
|
"eip158Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 0,
|
|
"berlinBlock": 0,
|
|
"londonBlock": 0,
|
|
"arrowGlacierBlock": 0,
|
|
"grayGlacierBlock": 0,
|
|
"shanghaiTime": 0,
|
|
"cancunTime": 0,
|
|
"terminalTotalDifficulty": 0,
|
|
"terminalTotalDifficultyPassed": true,
|
|
"blobSchedule": {
|
|
"cancun": {
|
|
"target": 3,
|
|
"max": 6,
|
|
"baseFeeUpdateFraction": 3338477
|
|
}
|
|
}
|
|
},
|
|
"coinbase": "0xffffffffffffffffffffffffffffffffffffffff",
|
|
"difficulty": "0x00",
|
|
"extraData": "",
|
|
"gasLimit": "0xffffffff",
|
|
"nonce": "0x0000000000000042",
|
|
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"timestamp": "0x00",
|
|
"alloc": {}
|
|
} |