Skip to content

Commit 8b4b554

Browse files
Merge pull request #7053 from BitGo/TMS-1274-1
feat: adds tapt:usd1 token
2 parents d604587 + f1f3145 commit 8b4b554

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4566,6 +4566,15 @@ export const allCoinsAndTokens = [
45664566
UnderlyingAsset['tapt:stgusd1'],
45674567
[...APT_FEATURES, CoinFeature.STABLECOIN]
45684568
),
4569+
taptToken(
4570+
'ed0679b9-2b8e-44d3-9b58-d103402472ea',
4571+
'tapt:usd1',
4572+
'Test USD1 Token',
4573+
6,
4574+
'0xc52f239bb28211c0340882b83cbc20f7a0e5bf31608f1ca46c2f4a5c6a856683',
4575+
UnderlyingAsset['tapt:usd1'],
4576+
[...APT_FEATURES, CoinFeature.STABLECOIN]
4577+
),
45694578
taptToken(
45704579
'2695e728-96dd-46e6-9d01-bd0fdbe1ff38',
45714580
'tapt:usdt',

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3074,6 +3074,7 @@ export enum UnderlyingAsset {
30743074

30753075
// Apt testnet tokens
30763076
'tapt:stgusd1' = 'tapt:stgusd1',
3077+
'tapt:usd1' = 'tapt:usd1',
30773078
'tapt:usdt' = 'tapt:usdt',
30783079

30793080
// Apt testnet NFT collections

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3236,6 +3236,14 @@ export const ofcCoins = [
32363236
UnderlyingAsset['tapt:stgusd1'],
32373237
[...APT_OFC_TOKEN_FEATURES, CoinFeature.STABLECOIN]
32383238
),
3239+
tofcaptToken(
3240+
'63a0addc-4c8c-45a6-9d68-e306c839b10c',
3241+
'ofctapt:usd1',
3242+
'Test USD1 Token',
3243+
6,
3244+
UnderlyingAsset['tapt:usd1'],
3245+
[...APT_OFC_TOKEN_FEATURES, CoinFeature.STABLECOIN]
3246+
),
32393247
ofcStxToken('2d2f9c7f-7d10-480e-a0ef-6893cf4d3493', 'ofcstx:sbtc', 'sBTC', 8, UnderlyingAsset['stx:sbtc']),
32403248
ofcStxToken(
32413249
'cc76810a-e19c-4123-ad0c-be39ce08550a',

0 commit comments

Comments
 (0)