mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 05:54:08 +00:00
Operators that already hold a 32-byte hex secp256k1 deployer key on disk (e.g. ~/work/lux/keys/deployer-test-dev/private.key used to fund the test+dev primary genesis allocations) can pass --key-file <path> instead of MNEMONIC + --bip44-idx. MNEMONIC path remains the default. Drove the brand-L2 CreateChainTx registration for testnet + devnet (closes universe #168) — 8 chains, all bootstrapped 3/3 pods per env. go.mod: add local replace github.com/luxfi/node => ../../node to pick up the wallet's P-only fail-soft (lux/node@HEAD). Drop the replace once luxfi/node tags the change. tidy refreshed transitive deps (accel v1.1.4 → v1.1.8, local genesis v1.12.19 → v1.13.8) — these are no-op for the bootstrap-chain logic.