Skip to content

Commit 09ccd2a

Browse files
committed
chore: rename USDT token symbol and name
1 parent b96dce9 commit 09ccd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/react/wagmi/src/tokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const USDC_TOKENS: Record<SupportedChainId, TokenInfo> = {
6969
chainId: SupportedChainId.PLASMA,
7070
address: '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb', // USDT (Native Plasma)
7171
decimals: 6,
72-
name: 'USD Coin',
73-
symbol: 'USDC',
72+
name: 'USDT',
73+
symbol: 'USDT',
7474
},
7575
[SupportedChainId.SEPOLIA]: {
7676
chainId: SupportedChainId.SEPOLIA,

0 commit comments

Comments
 (0)