mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 05:54:08 +00:00
configs(localnet): drop cChainGenesis — Lux primary network has no C-Chain
The Lux primary network on local-1337 hosts P + X + the static native chains (A/B/D/G/K/Q/T/Z); the EVM is provisioned per-tenant as a subnet chain (<tenant> EVM / <tenant> DEX / Liquid FHE), not baked into primary as C-Chain. Carrying cChainGenesis here just bound the network to a 31337 stub that nobody actually uses and confused tools that derive deployer keys from LIGHT_MNEMONIC into thinking the local C-Chain alloc was the dev funding. The lux/node genesis builder treats CChainGenesis as opt-in (`if config.CChainGenesis != ""` at builder.go:618) so dropping the field is safe — primary still starts with all required chains, just without C.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user