mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 04:11:41 +00:00
Lux EVM activation is gated by a single canonical chain config field: EVMTimestamp / json:'evmTimestamp' The legacy 'SubnetEVMTimestamp' / 'subnetEVMTimestamp' field was a duplicate alias for the same activation. Removed: - geth/params/config.go: ChainConfig.SubnetEVMTimestamp field - geth/params/config.go: IsEVM() now checks EVMTimestamp only - geth/params/config.go: isLuxL2Chain check uses EVMTimestamp only - all genesis JSON configs (mainnet/testnet/devnet × all chains) - all helm chart genesis files (charts/lux/genesis/*.json) - all docs (LLM.md, *.mdx) One field, one way.
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"alloc": {
|
|
"0200000000000000000000000000000000000005": {
|
|
"balance": "0x0",
|
|
"code": "0x01",
|
|
"nonce": "0x1"
|
|
},
|
|
"9011E888251AB053B7bD1cdB598Db4f9DEd94714": {
|
|
"balance": "0x193e5939a08ce9dbd480000000"
|
|
}
|
|
},
|
|
"baseFeePerGas": "0x5d21dba00",
|
|
"coinbase": "0x0000000000000000000000000000000000000000",
|
|
"config": {
|
|
"arrowGlacierBlock": 0,
|
|
"berlinBlock": 0,
|
|
"blobSchedule": {
|
|
"cancun": {
|
|
"baseFeeUpdateFraction": 3338477,
|
|
"max": 6,
|
|
"target": 3
|
|
}
|
|
},
|
|
"byzantiumBlock": 0,
|
|
"cancunTime": 253399622400,
|
|
"chainId": 36964,
|
|
"constantinopleBlock": 0,
|
|
"durangoTimestamp": 0,
|
|
"eip150Block": 0,
|
|
"eip155Block": 0,
|
|
"eip158Block": 0,
|
|
"etnaTimestamp": 253399622400,
|
|
"evmTimestamp": 0,
|
|
"feeConfig": {
|
|
"baseFeeChangeDenominator": 36,
|
|
"blockGasCostStep": 200000,
|
|
"gasLimit": 15000000,
|
|
"maxBlockGasCost": 1000000,
|
|
"minBaseFee": 25000000000,
|
|
"minBlockGasCost": 0,
|
|
"targetBlockRate": 2,
|
|
"targetGas": 15000000
|
|
},
|
|
"fortunaTimestamp": 253399622400,
|
|
"graniteTimestamp": 253399622400,
|
|
"grayGlacierBlock": 0,
|
|
"homesteadBlock": 0,
|
|
"istanbulBlock": 0,
|
|
"londonBlock": 0,
|
|
"mergeNetsplitBlock": 0,
|
|
"muirGlacierBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"shanghaiTime": 0,
|
|
"evmTimestamp": 0,
|
|
"terminalTotalDifficulty": 0,
|
|
"warpConfig": {
|
|
"blockTimestamp": 0,
|
|
"quorumNumerator": 67,
|
|
"requirePrimaryNetworkSigners": false
|
|
}
|
|
},
|
|
"difficulty": "0x0",
|
|
"extraData": "0x",
|
|
"gasLimit": "0xe4e1c0",
|
|
"gasUsed": "0x0",
|
|
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"nonce": "0x0",
|
|
"number": "0x0",
|
|
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"timestamp": "0x0"
|
|
}
|