Skip to content

Commit 3acc965

Browse files
authored
add solana native USDT (#2654)
1 parent 9276537 commit 3acc965

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

wormhole-connect/docs/config.md

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ You can provide a whitelist of tokens under `tokens`. By default, Connect will o
126126
| PYTH | |
127127
| SUI | SUI |
128128
| USDCsol | |
129+
| USDTsol | |
129130
| APT | APT |
130131
| ETHarbitrum | ETHarbitrum, ETHarbitrum_sepolia |
131132
| WETHarbitrum | WETHarbitrum, WETHarbitrum_sepolia |

wormhole-connect/src/config/mainnet/tokens.ts

+13
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,19 @@ export const MAINNET_TOKENS: TokensConfig = {
357357
color: '#2774CA',
358358
decimals: 6,
359359
},
360+
USDTsol: {
361+
key: 'USDTsol',
362+
symbol: 'USDT',
363+
nativeChain: 'Solana',
364+
icon: Icon.USDT,
365+
tokenId: {
366+
chain: 'Solana',
367+
address: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB',
368+
},
369+
coinGeckoId: 'tether',
370+
color: '#ffffff',
371+
decimals: 6,
372+
},
360373
SUI: {
361374
key: 'SUI',
362375
symbol: 'SUI',

0 commit comments

Comments
 (0)