Skip to content

Commit 11d7c57

Browse files
authored
fix(CA): removing USDT asset Base chain support (#898)
1 parent 52fdbe0 commit 11d7c57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/handlers/chain_agnostic/assets.rs

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ static USDC_CONTRACTS: phf::Map<&'static str, Address> = phf_map! {
3434
static USDT_CONTRACTS: phf::Map<&'static str, Address> = phf_map! {
3535
// Optimism
3636
"eip155:10" => address!("94b008aA00579c1307B0EF2c499aD98a8ce58e58"),
37-
// Base
38-
"eip155:8453" => address!("fde4C96c8593536E31F229EA8f37b2ADa2699bb2"),
3937
// Arbitrum
4038
"eip155:42161" => address!("Fd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"),
4139
};

0 commit comments

Comments
 (0)