github.com/ava-labs/subnet-evm@v0.6.4/tests/load/genesis/genesis.json (about) 1 { 2 "config": { 3 "chainId": 99999, 4 "feeConfig": { 5 "gasLimit": 200000000, 6 "minBaseFee": 1000000000, 7 "targetGas": 400000000, 8 "baseFeeChangeDenominator": 48, 9 "minBlockGasCost": 0, 10 "maxBlockGasCost": 10000000, 11 "targetBlockRate": 2, 12 "blockGasCostStep": 500000 13 } 14 }, 15 "alloc": { 16 "8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC": { 17 "balance": "0x52B7D2DCC80CD2E4000000" 18 }, 19 "0x0Fa8EA536Be85F32724D57A37758761B86416123": { 20 "balance": "0x52B7D2DCC80CD2E4000000" 21 } 22 }, 23 "nonce": "0x0", 24 "timestamp": "0x5FCB13D0", 25 "extraData": "0x00", 26 "gasLimit": "0xBEBC200", 27 "difficulty": "0x0", 28 "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 29 "coinbase": "0x0000000000000000000000000000000000000000", 30 "number": "0x0", 31 "gasUsed": "0x0", 32 "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" 33 }