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:
Hanzo AI
2026-05-07 21:04:07 -07:00
parent 73d40da382
commit ac4c21fb82
File diff suppressed because one or more lines are too long