Skip to content

Commit

Permalink
fix(statics): rename tgousd to tusds
Browse files Browse the repository at this point in the history
update name & symbol of gousd to usds on testnet

TICKET: PX-4253

BREAKING CHANGE: Modifies the symbol of this token
Need to update this in indexer & wp to avoid inconsistencies
This is behind gatekeep, so not a breaking change for clients
  • Loading branch information
Phani024 committed Sep 23, 2024
1 parent b83f6f1 commit c1d6d84
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 c1d6d84

Please sign in to comment.