Skip to content

Commit

Permalink
Add pancakeswapv2_bsc token LP source
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Apr 3, 2024
1 parent 4dbf954 commit f89d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm/tokens/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ pub fn get_uniswap_info(src_exact: &str) -> UniswapInfo {
pool_fee: 0,
router: Some(EVMAddress::from_str("0xe592427a0aece92de3edee1f18e0157c05861564").unwrap()),
},
"pancakeswapv2_eth" | "pancakeswapv2_arb" | "pancakeswapv2_base" => UniswapInfo {
"pancakeswapv2_eth" | "pancakeswapv2_arb" | "pancakeswapv2_base" | "pancakeswapv2_bsc" => UniswapInfo {
pool_fee: 25,
router: None,
},
Expand Down

0 comments on commit f89d257

Please sign in to comment.