add premerge2 config

This commit is contained in:
Roy Crihfield 2024-07-10 15:07:25 +08:00
parent 19f401a05a
commit 0d9957c5f8
4 changed files with 897 additions and 0 deletions

View File

@ -0,0 +1 @@
{"jsonrpc":"2.0","id":1,"result":"0x106"}

View File

@ -0,0 +1,26 @@
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"difficulty": "0x1",
"extraData": "0x",
"gasLimit": "0x400000",
"gasUsed": "0x0",
"hash": "0x8a3c7cddacbd1ab4ec1b03805fa2a287f3a75e43d87f4f987fcc399f5c042614",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0x0000000000000000000000000000000000000000",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000001234",
"number": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"size": "0x1f8",
"stateRoot": "0x151cf8db334cc8ca0ef46e1d52776f3c08db659d865b00967f5eee0a8b28a98b",
"timestamp": "0x0",
"totalDifficulty": "0x1",
"transactions": [],
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncles": []
}
}

View File

@ -0,0 +1,15 @@
{
"chainId": 1212,
"homesteadBlock": 1,
"eip150Block": 1,
"eip155Block": 1,
"eip158Block": 1,
"byzantiumBlock": 1,
"constantinopleBlock": 1,
"petersburgBlock": 1,
"istanbulBlock": 1,
"berlinBlock": 1,
"londonBlock": 1,
"mergeNetsplitBlock": 1,
"terminalTotalDifficulty": 1000
}

File diff suppressed because one or more lines are too long