We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36d78a commit fcb903bCopy full SHA for fcb903b
crates/ingress-rpc/src/main.rs
@@ -131,7 +131,8 @@ async fn main() -> anyhow::Result<()> {
131
address = %addr
132
);
133
134
- Cli::<OpChainSpecParser, Config>::parse()
+ let args = vec!["tips-ingress-rpc", "node"];
135
+ Cli::<OpChainSpecParser, Config>::try_parse_from(args)?
136
.run(|builder, _| async move {
137
let exex_handle = builder
138
.node(OpNode::new(RollupArgs {
0 commit comments