Skip to content

Commit 994fdeb

Browse files
committed
feat: adds apt:usd1 token
TICKET: TMS-1275
1 parent f1f3145 commit 994fdeb

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4503,6 +4503,15 @@ export const allCoinsAndTokens = [
45034503
UnderlyingAsset['tpolyx:nvbitgot'],
45044504
POLYX_TOKEN_FEATURES
45054505
),
4506+
aptToken(
4507+
'e2a2d8fc-df3e-4bb7-b9c6-19092bb3369a',
4508+
'apt:usd1',
4509+
'USD1',
4510+
6,
4511+
'0x6febdb5695dab42c3edf6baaebf7b49b4ae32fbb1411a5c33917f442ebe77daa',
4512+
UnderlyingAsset['apt:usd1'],
4513+
[...APT_FEATURES, CoinFeature.STABLECOIN]
4514+
),
45064515
aptToken(
45074516
'e8bfdab3-4ef6-4b39-9450-d9cb59593f7a',
45084517
'apt:usdt',

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3063,6 +3063,7 @@ export enum UnderlyingAsset {
30633063
'tsui:wal' = 'tsui:wal',
30643064

30653065
// Apt tokens
3066+
'apt:usd1' = 'apt:usd1',
30663067
'apt:usdt' = 'apt:usdt',
30673068
'apt:usdc' = 'apt:usdc',
30683069
'apt:pact' = 'apt:pact',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3208,6 +3208,10 @@ export const ofcCoins = [
32083208
UnderlyingAsset['apt:pact'],
32093209
APT_OFC_TOKEN_FEATURES
32103210
),
3211+
ofcaptToken('8dbee739-3a5e-4113-b823-5d7cdc23471a', 'ofcapt:usd1', 'USD1', 6, UnderlyingAsset['apt:usd1'], [
3212+
...APT_OFC_TOKEN_FEATURES,
3213+
CoinFeature.STABLECOIN,
3214+
]),
32113215
ofcaptToken('d15ec98e-1c8f-4c2d-9ede-e34edb3980b5', 'ofcapt:usdt', 'USD Tether', 6, UnderlyingAsset['apt:usdt'], [
32123216
...APT_OFC_TOKEN_FEATURES,
32133217
CoinFeature.STABLECOIN,

0 commit comments

Comments
 (0)