Skip to content

Commit 5693e9d

Browse files
authored
Merge pull request #7226 from BitGo/WIN-7452-1
chore: add tpolyx token without token name
2 parents 72b9df7 + 896a36d commit 5693e9d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,6 +3172,7 @@ export enum UnderlyingAsset {
31723172
'tpolyx:WEBINRASSET6' = 'tpolyx:WEBINRASSET6',
31733173
'tpolyx:WEBINRASSET7' = 'tpolyx:WEBINRASSET7',
31743174
'tpolyx:BULLRWA' = 'tpolyx:BULLRWA',
3175+
'tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c' = 'tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c',
31753176

31763177
// Polymesh mainnet tokens
31773178
'polyx:0xa0ce6bc4c60981e08eca6504656c99e6' = 'polyx:0xa0ce6bc4c60981e08eca6504656c99e6',

modules/statics/src/coins/polyxTokens.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const polyxTokens = [
3434
UnderlyingAsset['tpolyx:RAND176TM'],
3535
POLYX_TOKEN_FEATURES
3636
),
37-
3837
tpolyxToken(
3938
'4becde65-8d44-488f-bda9-74ca2d90b3dd',
4039
'tpolyx:WEBINRASSET3',
@@ -95,4 +94,14 @@ export const polyxTokens = [
9594
UnderlyingAsset['tpolyx:BULLRWA'],
9695
POLYX_TOKEN_FEATURES
9796
),
97+
tpolyxToken(
98+
'5ae194ea-6347-42b3-8eb6-d2d53c340114',
99+
'tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c',
100+
'',
101+
6,
102+
'',
103+
'0x4a002922d38b8a7f87484b9c65a7ca0c',
104+
UnderlyingAsset['tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c'],
105+
POLYX_TOKEN_FEATURES
106+
),
98107
];

0 commit comments

Comments
 (0)