Skip to content

Commit 0a44cfa

Browse files
feat: add aptos USD1 testnet tokens
TICKET: TMS-1274
1 parent 4b18287 commit 0a44cfa

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4485,6 +4485,15 @@ export const allCoinsAndTokens = [
44854485
UnderlyingAsset['apt:benji'],
44864486
APT_FEATURES
44874487
),
4488+
taptToken(
4489+
'5cce2ccc-977c-4791-b4f0-de5eb8da17b6',
4490+
'tapt:stgusd1',
4491+
'Test USD1 Token',
4492+
6,
4493+
'0x2356ad3e22c235a200a5df08282a65c42c2aafb0d8ec5b878a7192c5a2ba432a',
4494+
UnderlyingAsset['tapt:stgusd1'],
4495+
[...APT_FEATURES, CoinFeature.STABLECOIN]
4496+
),
44884497
taptToken(
44894498
'2695e728-96dd-46e6-9d01-bd0fdbe1ff38',
44904499
'tapt:usdt',

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3046,6 +3046,7 @@ export enum UnderlyingAsset {
30463046
'apt:h00ts' = 'apt:h00ts',
30473047

30483048
// Apt testnet tokens
3049+
'tapt:stgusd1' = 'tapt:stgusd1',
30493050
'tapt:usdt' = 'tapt:usdt',
30503051

30513052
// Apt testnet NFT collections

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import {
3535
tofcVetToken,
3636
ofcHashToken,
3737
tofcHashToken,
38+
tofcaptToken,
3839
} from '../ofc';
3940
import { UnderlyingAsset, CoinKind, CoinFeature } from '../base';
4041

@@ -3143,6 +3144,14 @@ export const ofcCoins = [
31433144
UnderlyingAsset['apt:lsd'],
31443145
APT_OFC_TOKEN_FEATURES
31453146
),
3147+
tofcaptToken(
3148+
'3f49b498-f273-4237-9668-1987c420a258',
3149+
'ofctapt:stgusd1',
3150+
'Test USD1 Token',
3151+
6,
3152+
UnderlyingAsset['tapt:stgusd1'],
3153+
[...APT_OFC_TOKEN_FEATURES, CoinFeature.STABLECOIN]
3154+
),
31463155
ofcStxToken('2d2f9c7f-7d10-480e-a0ef-6893cf4d3493', 'ofcstx:sbtc', 'sBTC', 8, UnderlyingAsset['stx:sbtc']),
31473156
ofcStxToken(
31483157
'cc76810a-e19c-4123-ad0c-be39ce08550a',

0 commit comments

Comments
 (0)