-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Summary
When using kona-node with Kurtosis devnets that have custom L1 chain IDs (like 3151908), kona-node fails to start because it can't find L1 configuration for the non-standard chain ID.
Error
Error: Failed to find l1 config for chain ID 3151908: ChainIDDoesNotExist(3151908)
Root Cause
kona-node requires the --l1-config-file (or --rollup-l1-cfg) argument to be provided when running on custom devnets. Without this, it tries to look up L1 config from a registry of known chains, which fails for custom devnet chain IDs.
Proposed Fix
Add --l1-config-file support to the kona-node launcher in src/cl/kona-node/launcher.star. This should point to the L1 genesis config file that Kurtosis generates for the devnet.
References
- kona-node CLI: https://github.com/op-rs/kona/blob/main/bin/node/src/commands/node.rs#L105-L108
- Related PR: chore(ci): reactivate conductor tests with Kurtosis op-rs/kona#3143
Context
This was discovered while trying to run conductor tests with kona-node on Kurtosis devnets.
Metadata
Metadata
Assignees
Labels
No labels