Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAWM authored Sep 5, 2023
1 parent c6acaa8 commit 2d301a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evm/uniswap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl UniswapProvider {
pub fn from_str(s: &str) -> Option<Self> {
match s {
"pancakeswap" => Some(Self::PancakeSwap),
"pancakeswapv2" => Some(Self::PancakeSwap),
"sushiswap" => Some(Self::SushiSwap),
"uniswapv2" => Some(Self::UniswapV2),
"uniswapv3" => Some(Self::UniswapV3),
Expand Down

0 comments on commit 2d301a0

Please sign in to comment.