Commit 668c3fba authored by clabby's avatar clabby Committed by GitHub

fix: Remove `--l2-chain-id` default (#11951)

parent 8312d611
......@@ -46,7 +46,6 @@ func (s *KonaExecutor) OracleCommand(cfg Config, dataDir string, inputs utils.Lo
if cfg.RollupConfigPath != "" {
args = append(args, "--rollup-config-path", cfg.RollupConfigPath)
args = append(args, "--l2-chain-id", "0")
} else {
if cfg.Network == "" {
return nil, errors.New("network is not defined")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment