github.com/MetalBlockchain/subnet-evm@v0.4.9/tests/precompile/genesis/tx_allow_list.json (about) 1 { 2 "config": { 3 "chainId": 99999, 4 "homesteadBlock": 0, 5 "eip150Block": 0, 6 "eip150Hash": "0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0", 7 "eip155Block": 0, 8 "eip158Block": 0, 9 "byzantiumBlock": 0, 10 "constantinopleBlock": 0, 11 "petersburgBlock": 0, 12 "istanbulBlock": 0, 13 "muirGlacierBlock": 0, 14 "subnetEVMTimestamp": 0, 15 "feeConfig": { 16 "gasLimit": 20000000, 17 "minBaseFee": 1000000000, 18 "targetGas": 100000000, 19 "baseFeeChangeDenominator": 48, 20 "minBlockGasCost": 0, 21 "maxBlockGasCost": 10000000, 22 "targetBlockRate": 2, 23 "blockGasCostStep": 500000 24 }, 25 "txAllowListConfig": { 26 "blockTimestamp": 0, 27 "adminAddresses": [ 28 "0x8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC" 29 ] 30 } 31 }, 32 "alloc": { 33 "8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC": { 34 "balance": "0x52B7D2DCC80CD2E4000000" 35 } 36 }, 37 "nonce": "0x0", 38 "timestamp": "0x0", 39 "extraData": "0x00", 40 "gasLimit": "0x1312D00", 41 "difficulty": "0x0", 42 "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", 43 "coinbase": "0x0000000000000000000000000000000000000000", 44 "number": "0x0", 45 "gasUsed": "0x0", 46 "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" 47 }