Skip to content

Commit dc94c4c

Browse files
committed
chore: onboard testnet gousd token
onboarding testnet gousd token Ticket: USDS-155 TICKET: USDS-155
1 parent 98b8f31 commit dc94c4c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@ export enum UnderlyingAsset {
15261526
TERM = 'term',
15271527
TGBP = 'tgbp',
15281528
TUSDS = 'tusds',
1529+
TGOUSD = 'tgousd',
15291530
THKD = 'thkd',
15301531
THUNDER = 'thunder',
15311532
TIO = 'tio',

modules/statics/src/coins.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14471,6 +14471,18 @@ export const coins = CoinMap.fromCoins([
1447114471
undefined,
1447214472
Networks.test.holesky
1447314473
),
14474+
terc20(
14475+
'17377290-40ff-47a3-8346-ba03885f7cc3',
14476+
'tgousd',
14477+
'Holesky Testnet GoUSD',
14478+
6,
14479+
'0x51cef49e20d11a2735d09e3bb68d79ec490e3579',
14480+
UnderlyingAsset.TGOUSD,
14481+
undefined,
14482+
undefined,
14483+
undefined,
14484+
Networks.test.holesky
14485+
),
1447414486
terc20(
1447514487
'30179af0-ca75-4cb1-99d9-028bc56bf10e',
1447614488
'tmsn',

0 commit comments

Comments
 (0)