Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Oct 3, 2024
1 parent b024c2d commit 46b5afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/host/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async fn main() -> eyre::Result<()> {
CHAIN_ID_ETH_MAINNET => ChainVariant::Ethereum,
CHAIN_ID_OP_MAINNET => ChainVariant::Optimism,
CHAIN_ID_LINEA_MAINNET => ChainVariant::Linea,
CHAIN_ID_LINEA_SEPOLIA => ChainVariant::Sepolia,
CHAIN_ID_SEPOLIA => ChainVariant::Sepolia,
_ => {
eyre::bail!("unknown chain ID: {}", provider_config.chain_id);
}
Expand Down

0 comments on commit 46b5afa

Please sign in to comment.