mirror of https://github.com/hyperledger/besu
add support for 1559 in retesteth besu command (#2181)
Signed-off-by: garyschulte <garyschulte@gmail.com>pull/2143/head
parent
d7edb37c39
commit
089bfabd9c
@ -0,0 +1,21 @@ |
||||
{ |
||||
"genesis" : { |
||||
"author" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |
||||
"difficulty" : "0x020000", |
||||
"gasTarget" : "0x04d2", |
||||
"baseFeePerGas" : "0x3039", |
||||
"extraData" : "0x00", |
||||
"timestamp" : "0x00", |
||||
"nonce" : "0x0000000000000000", |
||||
"mixHash" : "0x0000000000000000000000000000000000000000000000000000000000000000" |
||||
}, |
||||
"params": { |
||||
"EIP150ForkBlock": "0x00", |
||||
"EIP158ForkBlock": "0x00", |
||||
"byzantiumForkBlock": "0x00", |
||||
"homesteadForkBlock": "0x00", |
||||
"londonForkBlock": "0x00" |
||||
}, |
||||
"sealEngine": "NoProof", |
||||
"accounts": {} |
||||
} |
Loading…
Reference in new issue