Skip to content

Commit 765b6d3

Browse files
committed
chore: onboard GoUSD token
this change onboards GoUSD token on prod Ticket: USDS-167
1 parent 390f655 commit 765b6d3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,6 +1528,7 @@ export enum UnderlyingAsset {
15281528
TGBP = 'tgbp',
15291529
TUSDS = 'tusds',
15301530
TGOUSD = 'tgousd',
1531+
GOUSD = 'gousd',
15311532
THKD = 'thkd',
15321533
THUNDER = 'thunder',
15331534
TIO = 'tio',

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4524,6 +4524,14 @@ export const coins = CoinMap.fromCoins([
45244524
'0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429',
45254525
UnderlyingAsset.GLM
45264526
),
4527+
erc20(
4528+
'5552fd84-9354-4776-873e-a0e40a6b1675',
4529+
'gousd',
4530+
'goUSD',
4531+
6,
4532+
'0xf1f6b8cc3a0d544a40f1d29909396378370e6938',
4533+
UnderlyingAsset.GOUSD
4534+
),
45274535
erc20(
45284536
'3628927c-05c7-4fba-9fc3-f3c17e261334',
45294537
'gec',

0 commit comments

Comments
 (0)