File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments