mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 05:54:08 +00:00
fix(local): C-Chain chainId 1337 → 31337 (canonical localnet)
Per CLAUDE.md letter-chain table localnet C-Chain uses chainId=31337 (matches geth/hardhat/foundry localdev convention while staying in Lux's per-network 31337+110·Δ namespace). The primary network ID stays at 1337 (P-Chain / X-Chain). initialStakers in local/genesis.json remain a self-consistent 3-validator template (PoPs verify); reproducible local boot is owned by netrunner / `lux network start --local`, not by this file.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"_comment": "Local C-Chain genesis \u2014 5 accounts from 'light light light light light light light light light light light energy' (BIP44 m/44'/9000'/0'/0/{0-4})",
|
||||
"_comment": "Local C-Chain genesis — 5 accounts from 'light light light light light light light light light light light energy' (BIP44 m/44'/9000'/0'/0/{0-4})",
|
||||
"alloc": {
|
||||
"0200000000000000000000000000000000000005": {
|
||||
"balance": "0x0",
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"byzantiumBlock": 0,
|
||||
"cancunTime": 0,
|
||||
"chainId": 1337,
|
||||
"chainId": 31337,
|
||||
"constantinopleBlock": 0,
|
||||
"eip150Block": 0,
|
||||
"eip155Block": 0,
|
||||
|
||||
@@ -6058,7 +6058,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"cChainGenesis": "{\"config\":{\"chainId\":1337,\"homesteadBlock\":0,\"eip150Block\":0,\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"feeConfig\":{\"gasLimit\":12000000,\"targetBlockRate\":2,\"minBaseFee\":25000000000,\"targetGas\":60000000,\"baseFeeChangeDenominator\":36,\"minBlockGasCost\":0,\"maxBlockGasCost\":1000000,\"blockGasCostStep\":200000}},\"nonce\":\"0x0\",\"timestamp\":\"0x6a06636f\",\"extraData\":\"0x\",\"gasLimit\":\"0xb71b00\",\"difficulty\":\"0x0\",\"mixHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"coinbase\":\"0x0000000000000000000000000000000000000000\",\"alloc\":{\"0x9011E888251AB053B7bD1cdB598Db4f9DEd94714\":{\"balance\":\"0x193e5939a08ce9dbd480000000\"}},\"number\":\"0x0\",\"gasUsed\":\"0x0\",\"parentHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\"}",
|
||||
"cChainGenesis": "{\"_comment\":\"Local C-Chain genesis \\u2014 5 accounts from 'light light light light light light light light light light light energy' (BIP44 m/44'/9000'/0'/0/{0-4})\",\"alloc\":{\"0200000000000000000000000000000000000005\":{\"balance\":\"0x0\",\"code\":\"0x01\",\"nonce\":\"0x1\"},\"2e701063ccdffa2b1872c596222d8067d124d3ef\":{\"balance\":\"0x33b2e3c9fd0803ce8000000\"},\"5369615110ca435bdf798f31c20ba6163d7b0a54\":{\"balance\":\"0x33b2e3c9fd0803ce8000000\"},\"9011E888251AB053B7bD1cdB598Db4f9DEd94714\":{\"balance\":\"0x193e5939a08ce9dbd480000000\"},\"9030463eb1aaa563c8247468416cc0bf06347502\":{\"balance\":\"0x33b2e3c9fd0803ce8000000\"},\"944fd51713652b9922690b7d06498fbf8742beac\":{\"balance\":\"0x33b2e3c9fd0803ce8000000\"},\"f77b06331152fd0e536de0af65688a6559c6f914\":{\"balance\":\"0x33b2e3c9fd0803ce8000000\"}},\"baseFeePerGas\":\"0x3b9aca00\",\"coinbase\":\"0x0000000000000000000000000000000000000000\",\"config\":{\"arrowGlacierBlock\":0,\"berlinBlock\":0,\"blobSchedule\":{\"cancun\":{\"baseFeeUpdateFraction\":3338477,\"max\":6,\"target\":3}},\"byzantiumBlock\":0,\"cancunTime\":0,\"chainId\":31337,\"constantinopleBlock\":0,\"eip150Block\":0,\"eip155Block\":0,\"eip158Block\":0,\"evmTimestamp\":0,\"feeConfig\":{\"baseFeeChangeDenominator\":36,\"blockGasCostStep\":200000,\"gasLimit\":1000000000,\"maxBlockGasCost\":1000000,\"minBaseFee\":1000000000,\"minBlockGasCost\":0,\"targetBlockRate\":1,\"targetGas\":500000000},\"grayGlacierBlock\":0,\"homesteadBlock\":0,\"istanbulBlock\":0,\"londonBlock\":0,\"mergeNetsplitBlock\":0,\"muirGlacierBlock\":0,\"petersburgBlock\":0,\"shanghaiTime\":0,\"terminalTotalDifficulty\":0,\"warpConfig\":{\"blockTimestamp\":0,\"quorumNumerator\":67,\"requirePrimaryNetworkSigners\":false}},\"difficulty\":\"0x0\",\"extraData\":\"0x\",\"gasLimit\":\"0x3b9aca00\",\"gasUsed\":\"0x0\",\"mixHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"nonce\":\"0x0\",\"number\":\"0x0\",\"parentHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"timestamp\":\"0x0\"}",
|
||||
"initialStakeDuration": 31536000,
|
||||
"initialStakeDurationOffset": 5400,
|
||||
"initialStakedFunds": [
|
||||
@@ -6110,4 +6110,4 @@
|
||||
"message": "Fiat Lux",
|
||||
"networkID": 1337,
|
||||
"startTime": 1778799967
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user