Skip to content

Commit

Permalink
chore: add USDT to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaisailovic committed Jan 15, 2025
1 parent 52ea5e7 commit 331ebcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions advanced/dapps/chain-abstraction-demo/data/EIP155Data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export const supportedTokens: Token[] = [
icon: "/token-images/USDC.png",
address: "0x1",
},
// {
// name: "USDT",
// icon: "/token-images/USDT.png",
// address: "0x2",
// },
{
name: "USDT",
icon: "/token-images/USDT.png",
address: "0x2",
},
];

0 comments on commit 331ebcf

Please sign in to comment.