Skip to content

Commit deb7566

Browse files
committed
chore(polyx): onboard prod token
Ticket: WIN-8587 TICKET: WIN-8587
1 parent 01f4bbf commit deb7566

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3407,6 +3407,7 @@ export enum UnderlyingAsset {
34073407

34083408
// Polymesh mainnet tokens
34093409
'polyx:0xa0ce6bc4c60981e08eca6504656c99e6' = 'polyx:0xa0ce6bc4c60981e08eca6504656c99e6',
3410+
'polyx:TEST-TOKEN-1' = 'polyx:TEST-TOKEN-1',
34103411

34113412
// Hbar tokens
34123413
'hbar:karate' = 'hbar:karate',

modules/statics/src/coins/polyxTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ export const polyxTokens = [
1414
UnderlyingAsset['polyx:0xa0ce6bc4c60981e08eca6504656c99e6'],
1515
POLYX_TOKEN_FEATURES
1616
),
17+
polyxToken(
18+
'1b28bd56-a704-47bb-abf4-f981905d2b30',
19+
'polyx:TEST-TOKEN-1',
20+
'Test Token 1',
21+
6,
22+
'',
23+
'0xc444da2d0c13837c95ada4cc98604ca4',
24+
UnderlyingAsset['polyx:TEST-TOKEN-1'],
25+
POLYX_TOKEN_FEATURES
26+
),
1727
tpolyxToken(
1828
'a63b4f8d-84d6-45d3-bc67-625239e40811',
1929
'tpolyx:nvbitgot',

0 commit comments

Comments
 (0)