Skip to content

Commit

Permalink
Merge pull request #4805 from BitGo/COIN-1462-Onboard-Bitcoin-TRC-20
Browse files Browse the repository at this point in the history
feat(statics): add btc trc20 token
  • Loading branch information
venkateshv1266 committed Aug 10, 2024
2 parents 9a7d768 + cccf5df commit 19c7408
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12190,6 +12190,14 @@ export const coins = CoinMap.fromCoins([
'TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4',
UnderlyingAsset.BTT
),
tronToken(
'd8d505d2-f525-4922-b538-317b879bd316',
'trx:btc',
'Bitcoin',
8,
'TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9',
UnderlyingAsset.BTC
),
tronToken(
'85d99eb6-84a1-4525-a9df-db82bcc21568',
'trx:wbtc',
Expand Down

0 comments on commit 19c7408

Please sign in to comment.