Skip to content

Commit

Permalink
Merge pull request #5342 from BitGo/make_gousd_eth_again
Browse files Browse the repository at this point in the history
chore: onboard GoUSD token with eth prefix WIN-4114
  • Loading branch information
rv-bitgo authored Jan 7, 2025
2 parents 8c7e4dc + 14e8ce2 commit 03402e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,6 @@ export enum UnderlyingAsset {
TGBP = 'tgbp',
TUSDS = 'tusds',
TGOUSD = 'tgousd',
GOUSD = 'gousd',
THKD = 'thkd',
THUNDER = 'thunder',
TIO = 'tio',
Expand Down Expand Up @@ -1794,6 +1793,7 @@ export enum UnderlyingAsset {
'eth:audu' = 'eth:audu',
'eth:wlfi' = 'eth:wlfi',
'eth:kava' = 'eth:kava',
'eth:gousd' = 'eth:gousd',
'eth:iq' = 'eth:iq',
'eth:iris' = 'eth:iris',
'eth:hard' = 'eth:hard',
Expand Down
4 changes: 2 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4538,11 +4538,11 @@ export const coins = CoinMap.fromCoins([
),
erc20(
'5552fd84-9354-4776-873e-a0e40a6b1675',
'gousd',
'eth:gousd',
'goUSD',
6,
'0xf1f6b8cc3a0d544a40f1d29909396378370e6938',
UnderlyingAsset.GOUSD
UnderlyingAsset['eth:gousd']
),
erc20(
'3628927c-05c7-4fba-9fc3-f3c17e261334',
Expand Down

0 comments on commit 03402e3

Please sign in to comment.