We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96dce9 commit 09ccd2aCopy full SHA for 09ccd2a
examples/react/wagmi/src/tokens.ts
@@ -69,8 +69,8 @@ export const USDC_TOKENS: Record<SupportedChainId, TokenInfo> = {
69
chainId: SupportedChainId.PLASMA,
70
address: '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb', // USDT (Native Plasma)
71
decimals: 6,
72
- name: 'USD Coin',
73
- symbol: 'USDC',
+ name: 'USDT',
+ symbol: 'USDT',
74
},
75
[SupportedChainId.SEPOLIA]: {
76
chainId: SupportedChainId.SEPOLIA,
0 commit comments