Skip to content

Commit

Permalink
Merge pull request #4926 from BitGo/USDS-15
Browse files Browse the repository at this point in the history
fix(statics): update tgousd to tusds
  • Loading branch information
Phani024 committed Sep 23, 2024
2 parents b83f6f1 + c1d6d84 commit 59ea69b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ export enum UnderlyingAsset {
BGERCH = 'bgerch',
TERM = 'term',
TGBP = 'tgbp',
TGOUSD = 'tgousd',
TUSDS = 'tusds',
THKD = 'thkd',
THUNDER = 'thunder',
TIO = 'tio',
Expand Down
6 changes: 3 additions & 3 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13264,11 +13264,11 @@ export const coins = CoinMap.fromCoins([
),
terc20(
'5e4f0e5e-b8ce-431c-8a62-62e54e32bb82',
'tgousd',
'Holesky Testnet GO USD',
'tusds',
'Holesky Testnet USD Standard',
6,
'0x2d416976f396bcd2e9b32401269fdfea638e82bc',
UnderlyingAsset.TGOUSD,
UnderlyingAsset.TUSDS,
undefined,
undefined,
undefined,
Expand Down

0 comments on commit 59ea69b

Please sign in to comment.