Skip to content

Commit 8fbf909

Browse files
committed
chore(statics): add tpolyx tokens
TICKET: WIN-7452
1 parent cac39f5 commit 8fbf909

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

modules/statics/src/account.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3788,7 +3788,8 @@ export function polyxToken(
37883788
* @param name unique identifier of the token
37893789
* @param fullName Complete human-readable name of the token
37903790
* @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
3791-
* @param subnetId The uid of the subnet this token belongs to, numerical string
3791+
* @param ticker The ticker symbol of the token
3792+
* @param assetId The unique asset identifier for this token
37923793
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
37933794
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES
37943795
* @param prefix? Optional token prefix. Defaults to empty string

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,6 +3199,7 @@ export enum UnderlyingAsset {
31993199
'tpolyx:WEBINRASSET7' = 'tpolyx:WEBINRASSET7',
32003200
'tpolyx:BULLRWA' = 'tpolyx:BULLRWA',
32013201
'tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c' = 'tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c',
3202+
'tpolyx:0x753b5a2cb97c83e8b1bd66ed6643e4e9' = 'tpolyx:0x753b5a2cb97c83e8b1bd66ed6643e4e9',
32023203

32033204
// Polymesh mainnet tokens
32043205
'polyx:0xa0ce6bc4c60981e08eca6504656c99e6' = 'polyx:0xa0ce6bc4c60981e08eca6504656c99e6',

modules/statics/src/coins/polyxTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,14 @@ export const polyxTokens = [
104104
UnderlyingAsset['tpolyx:0x4a002922d38b8a7f87484b9c65a7ca0c'],
105105
POLYX_TOKEN_FEATURES
106106
),
107+
tpolyxToken(
108+
'4dee57ed-846e-4cf9-b032-19534f8d4ec2',
109+
'tpolyx:0x753b5a2cb97c83e8b1bd66ed6643e4e9',
110+
'BRCK',
111+
6,
112+
'',
113+
'0x753b5a2cb97c83e8b1bd66ed6643e4e9',
114+
UnderlyingAsset['tpolyx:0x753b5a2cb97c83e8b1bd66ed6643e4e9'],
115+
POLYX_TOKEN_FEATURES
116+
),
107117
];

0 commit comments

Comments
 (0)