Skip to content

Commit 845cb15

Browse files
authored
Merge pull request #5283 from BitGo/USDS-155-deploy-new-test-contracts-go-usd
chore: onboard testnet gousd token
2 parents 3be5220 + dc94c4c commit 845cb15

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
@@ -14619,6 +14619,18 @@ export const coins = CoinMap.fromCoins([
1461914619
undefined,
1462014620
Networks.test.holesky
1462114621
),
14622+
terc20(
14623+
'17377290-40ff-47a3-8346-ba03885f7cc3',
14624+
'tgousd',
14625+
'Holesky Testnet GoUSD',
14626+
6,
14627+
'0x51cef49e20d11a2735d09e3bb68d79ec490e3579',
14628+
UnderlyingAsset.TGOUSD,
14629+
undefined,
14630+
undefined,
14631+
undefined,
14632+
Networks.test.holesky
14633+
),
1462214634
terc20(
1462314635
'30179af0-ca75-4cb1-99d9-028bc56bf10e',
1462414636
'tmsn',

0 commit comments

Comments
 (0)