File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -4152,6 +4152,33 @@ export const allCoinsAndTokens = [
4152
4152
UnderlyingAsset [ 'ttao:apex' ] ,
4153
4153
TAO_TOKEN_FEATURES
4154
4154
) ,
4155
+ ttaoToken (
4156
+ '2e408548-f611-4325-86fc-fe1f0b62a136' ,
4157
+ 'ttao:onion' ,
4158
+ 'Onion' ,
4159
+ 9 ,
4160
+ '2' ,
4161
+ UnderlyingAsset [ 'ttao:onion' ] ,
4162
+ TAO_TOKEN_FEATURES
4163
+ ) ,
4164
+ ttaoToken (
4165
+ '0238a505-a25d-47d2-bd7b-05858472930d' ,
4166
+ 'ttao:templar' ,
4167
+ 'Templar' ,
4168
+ 9 ,
4169
+ '3' ,
4170
+ UnderlyingAsset [ 'ttao:templar' ] ,
4171
+ TAO_TOKEN_FEATURES
4172
+ ) ,
4173
+ ttaoToken (
4174
+ '969b44cf-a884-459d-a0da-39188ca68f98' ,
4175
+ 'ttao:targon' ,
4176
+ 'Targon' ,
4177
+ 9 ,
4178
+ '4' ,
4179
+ UnderlyingAsset [ 'ttao:targon' ] ,
4180
+ TAO_TOKEN_FEATURES
4181
+ ) ,
4155
4182
tpolyxToken (
4156
4183
'a63b4f8d-84d6-45d3-bc67-625239e40811' ,
4157
4184
'tpolyx:nvbitgot' ,
Original file line number Diff line number Diff line change @@ -2959,6 +2959,9 @@ export enum UnderlyingAsset {
2959
2959
2960
2960
// TAO testnet tokens
2961
2961
'ttao:apex' = 'ttao:apex' ,
2962
+ 'ttao:onion' = 'ttao:onion' ,
2963
+ 'ttao:templar' = 'ttao:templar' ,
2964
+ 'ttao:targon' = 'ttao:targon' ,
2962
2965
2963
2966
// Polymesh testnet tokens
2964
2967
'tpolyx:nvbitgot' = 'tpolyx:nvbitgot' ,
You can’t perform that action at this time.
0 commit comments