Skip to content

Commit

Permalink
genesis: fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Aug 19, 2022
1 parent 41fcdd2 commit 39b0be2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/subnet-evm/src/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@ fn test_parse() {
"muirGlacierBlock": 0,
"subnetEVMTimestamp": 0,
"feeConfig": {
"gasLimit": 20000000,
"minBaseFee": 1000000000,
"targetGas": 100000000,
"baseFeeChangeDenominator": 48,
"gasLimit": 8000000,
"minBaseFee": 25000000000,
"targetGas": 15000000,
"baseFeeChangeDenominator": 36,
"minBlockGasCost": 0,
"maxBlockGasCost": 10000000,
"maxBlockGasCost": 1000000,
"targetBlockRate": 2,
"blockGasCostStep": 500000
"blockGasCostStep": 200000
},
"contractDeployerAllowListConfig": { "blockTimestamp": 0 }
},
Expand All @@ -391,7 +391,7 @@ fn test_parse() {
"nonce": "0x0",
"timestamp": "0x0",
"extraData": "0x00",
"gasLimit": "0x1312D00",
"gasLimit": "0x7A1200",
"difficulty": "0x0",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
Expand Down

0 comments on commit 39b0be2

Please sign in to comment.