Skip to content

Commit

Permalink
Add TRUMP token (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Jan 19, 2025
1 parent 962f07e commit c7fe57d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,19 @@ export const ENV: Env = {
},
},
tokensConfig: {
TRUMP: {
key: "TRUMP",
symbol: "TRUMP",
displayName: "Official Trump",
nativeChain: "Solana",
tokenId: {
chain: "Solana",
address: "6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
},
icon: "https://assets.coingecko.com/coins/images/53746/large/trump.png?1737171561",
coinGeckoId: "official-trump",
decimals: 6,
},
stBTC: {
key: "stBTC",
symbol: "stBTC",
Expand Down

0 comments on commit c7fe57d

Please sign in to comment.