Skip to content

Commit fcb903b

Browse files
committed
run exex
1 parent f36d78a commit fcb903b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/ingress-rpc/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ async fn main() -> anyhow::Result<()> {
131131
address = %addr
132132
);
133133

134-
Cli::<OpChainSpecParser, Config>::parse()
134+
let args = vec!["tips-ingress-rpc", "node"];
135+
Cli::<OpChainSpecParser, Config>::try_parse_from(args)?
135136
.run(|builder, _| async move {
136137
let exex_handle = builder
137138
.node(OpNode::new(RollupArgs {

0 commit comments

Comments
 (0)