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.
2 lines
1.7 KiB
JSON
2 lines
1.7 KiB
JSON
{"config":{"chainId":96369,"homesteadBlock":0,"eip150Block":0,"eip155Block":0,"eip158Block":0,"byzantiumBlock":0,"constantinopleBlock":0,"petersburgBlock":0,"istanbulBlock":0,"muirGlacierBlock":0,"berlinBlock":0,"londonBlock":0,"arrowGlacierBlock":0,"grayGlacierBlock":0,"mergeNetsplitBlock":0,"shanghaiTime":253399622400,"cancunTime":253399622400,"terminalTotalDifficulty":0,"banffBlockTimestamp":253399622400,"cortinaBlockTimestamp":253399622400,"durangoBlockTimestamp":253399622400,"etnaTimestamp":253399622400,"fortunaTimestamp":253399622400,"graniteTimestamp":253399622400,"blobSchedule":{"cancun":{"max":6,"target":3,"baseFeeUpdateFraction":3338477}},"feeConfig":{"gasLimit":12000000,"targetBlockRate":2,"minBaseFee":25000000000,"targetGas":60000000,"baseFeeChangeDenominator":36,"minBlockGasCost":0,"maxBlockGasCost":1000000,"blockGasCostStep":200000},"evmTimestamp":0,"warpConfig":{"blockTimestamp":1730446786,"quorumNumerator":67,"requirePrimaryNetworkSigners":false}},"nonce":"0x0","timestamp":"0x672485c2","extraData":"0x","gasLimit":"0xb71b00","difficulty":"0x0","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","coinbase":"0x0000000000000000000000000000000000000000","alloc":{"0200000000000000000000000000000000000005":{"balance":"0x0","nonce":"0x1","code":"0x01"},"0x9011E888251AB053B7bD1cdB598Db4f9DEd94714":{"balance":"0x193e5939a08ce9dbd480000000"}},"stateRoot":"0x2d1cedac263020c5c56ef962f6abe0da1f5217bdc6468f8c9258a0ea23699e80","number":"0x0","gasUsed":"0x0","parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000","baseFeePerGas":"0x5d21dba00","skipPostMergeFields":true,"genesisHash":"0x3f4fa2a0b0ce089f52bf0ae9199c75ffdd76ecafc987794050cb0d286f1ec61e"}
|