Skip to content

Commit 468c250

Browse files
authored
Merge pull request #5324 from BitGo/USDS-167-onboard-mainnet-go-usd-to-platform
chore: onboard GoUSD token
2 parents 88ba6bb + 765b6d3 commit 468c250

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
@@ -1533,6 +1533,7 @@ export enum UnderlyingAsset {
15331533
TGBP = 'tgbp',
15341534
TUSDS = 'tusds',
15351535
TGOUSD = 'tgousd',
1536+
GOUSD = 'gousd',
15361537
THKD = 'thkd',
15371538
THUNDER = 'thunder',
15381539
TIO = 'tio',

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4536,6 +4536,14 @@ export const coins = CoinMap.fromCoins([
45364536
'0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429',
45374537
UnderlyingAsset.GLM
45384538
),
4539+
erc20(
4540+
'5552fd84-9354-4776-873e-a0e40a6b1675',
4541+
'gousd',
4542+
'goUSD',
4543+
6,
4544+
'0xf1f6b8cc3a0d544a40f1d29909396378370e6938',
4545+
UnderlyingAsset.GOUSD
4546+
),
45394547
erc20(
45404548
'3628927c-05c7-4fba-9fc3-f3c17e261334',
45414549
'gec',

0 commit comments

Comments
 (0)