Skip to content

Commit

Permalink
fix(CA): removing USDT asset Base chain support (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Jan 15, 2025
1 parent 52fdbe0 commit 11d7c57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/handlers/chain_agnostic/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ static USDC_CONTRACTS: phf::Map<&'static str, Address> = phf_map! {
static USDT_CONTRACTS: phf::Map<&'static str, Address> = phf_map! {
// Optimism
"eip155:10" => address!("94b008aA00579c1307B0EF2c499aD98a8ce58e58"),
// Base
"eip155:8453" => address!("fde4C96c8593536E31F229EA8f37b2ADa2699bb2"),
// Arbitrum
"eip155:42161" => address!("Fd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"),
};
Expand Down

0 comments on commit 11d7c57

Please sign in to comment.