Skip to content

Commit

Permalink
Base: Add support for Balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lord-renkse committed Dec 2, 2024
1 parent c7592d0 commit e5113de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/infra/dex/balancer/dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ impl Chain {
eth::ChainId::Mainnet => Ok(Self::Mainnet),
eth::ChainId::Gnosis => Ok(Self::Gnosis),
eth::ChainId::ArbitrumOne => Ok(Self::Arbitrum),
eth::ChainId::Base => Ok(Self::Base),
unsupported => Err(Error::UnsupportedChainId(unsupported)),
}
}
Expand Down

0 comments on commit e5113de

Please sign in to comment.