Skip to content

Commit

Permalink
Initialize wormhole client.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisialiou committed Dec 26, 2024
1 parent a98ba59 commit d8ac317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridge-cli/src/omni_connector_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ fn omni_connector(network: Network, cli_config: CliConfig) -> OmniConnector {
.base_bridge_client(Some(base_bridge_client))
.arb_bridge_client(Some(arb_bridge_client))
.solana_bridge_client(Some(solana_bridge_client))
.wormhole_bridge_client(None)
.build()
.unwrap()
}

0 comments on commit d8ac317

Please sign in to comment.