Skip to content

Commit 8e7b59e

Browse files
authored
Merge pull request #7056 from BitGo/TMS-1275
feat: adds apt:usd1 token
2 parents 68b024d + 994fdeb commit 8e7b59e

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
@@ -3214,6 +3214,10 @@ export const ofcCoins = [
32143214
UnderlyingAsset['apt:pact'],
32153215
APT_OFC_TOKEN_FEATURES
32163216
),
3217+
ofcaptToken('8dbee739-3a5e-4113-b823-5d7cdc23471a', 'ofcapt:usd1', 'USD1', 6, UnderlyingAsset['apt:usd1'], [
3218+
...APT_OFC_TOKEN_FEATURES,
3219+
CoinFeature.STABLECOIN,
3220+
]),
32173221
ofcaptToken('d15ec98e-1c8f-4c2d-9ede-e34edb3980b5', 'ofcapt:usdt', 'USD Tether', 6, UnderlyingAsset['apt:usdt'], [
32183222
...APT_OFC_TOKEN_FEATURES,
32193223
CoinFeature.STABLECOIN,

0 commit comments

Comments
 (0)