Skip to content

Commit

Permalink
add solana native USDT (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Sep 19, 2024
1 parent 9276537 commit 3acc965
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions wormhole-connect/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ You can provide a whitelist of tokens under `tokens`. By default, Connect will o
| PYTH | |
| SUI | SUI |
| USDCsol | |
| USDTsol | |
| APT | APT |
| ETHarbitrum | ETHarbitrum, ETHarbitrum_sepolia |
| WETHarbitrum | WETHarbitrum, WETHarbitrum_sepolia |
Expand Down
13 changes: 13 additions & 0 deletions wormhole-connect/src/config/mainnet/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,19 @@ export const MAINNET_TOKENS: TokensConfig = {
color: '#2774CA',
decimals: 6,
},
USDTsol: {
key: 'USDTsol',
symbol: 'USDT',
nativeChain: 'Solana',
icon: Icon.USDT,
tokenId: {
chain: 'Solana',
address: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB',
},
coinGeckoId: 'tether',
color: '#ffffff',
decimals: 6,
},
SUI: {
key: 'SUI',
symbol: 'SUI',
Expand Down

0 comments on commit 3acc965

Please sign in to comment.