Skip to content

Commit 14e8ce2

Browse files
committed
feat(statics): onboard GoUSD token with eth prefix
WIN-4114 feat(statics): update symbol to use eth prefix
1 parent 8c7e4dc commit 14e8ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,6 @@ export enum UnderlyingAsset {
15331533
TGBP = 'tgbp',
15341534
TUSDS = 'tusds',
15351535
TGOUSD = 'tgousd',
1536-
GOUSD = 'gousd',
15371536
THKD = 'thkd',
15381537
THUNDER = 'thunder',
15391538
TIO = 'tio',
@@ -1794,6 +1793,7 @@ export enum UnderlyingAsset {
17941793
'eth:audu' = 'eth:audu',
17951794
'eth:wlfi' = 'eth:wlfi',
17961795
'eth:kava' = 'eth:kava',
1796+
'eth:gousd' = 'eth:gousd',
17971797
'eth:iq' = 'eth:iq',
17981798
'eth:iris' = 'eth:iris',
17991799
'eth:hard' = 'eth:hard',

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4538,11 +4538,11 @@ export const coins = CoinMap.fromCoins([
45384538
),
45394539
erc20(
45404540
'5552fd84-9354-4776-873e-a0e40a6b1675',
4541-
'gousd',
4541+
'eth:gousd',
45424542
'goUSD',
45434543
6,
45444544
'0xf1f6b8cc3a0d544a40f1d29909396378370e6938',
4545-
UnderlyingAsset.GOUSD
4545+
UnderlyingAsset['eth:gousd']
45464546
),
45474547
erc20(
45484548
'3628927c-05c7-4fba-9fc3-f3c17e261334',

0 commit comments

Comments
 (0)