Skip to content

Commit 9b87bfd

Browse files
committed
chore(statics): add tao testnet token
TICKET: WIN-6828
1 parent 507673b commit 9b87bfd

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4148,6 +4148,33 @@ export const allCoinsAndTokens = [
41484148
UnderlyingAsset['ttao:apex'],
41494149
TAO_TOKEN_FEATURES
41504150
),
4151+
ttaoToken(
4152+
'2e408548-f611-4325-86fc-fe1f0b62a136',
4153+
'ttao:onion',
4154+
'Onion',
4155+
9,
4156+
'2',
4157+
UnderlyingAsset['ttao:onion'],
4158+
TAO_TOKEN_FEATURES
4159+
),
4160+
ttaoToken(
4161+
'0238a505-a25d-47d2-bd7b-05858472930d',
4162+
'ttao:templar',
4163+
'Templar',
4164+
9,
4165+
'3',
4166+
UnderlyingAsset['ttao:templar'],
4167+
TAO_TOKEN_FEATURES
4168+
),
4169+
ttaoToken(
4170+
'969b44cf-a884-459d-a0da-39188ca68f98',
4171+
'ttao:targon',
4172+
'Targon',
4173+
9,
4174+
'4',
4175+
UnderlyingAsset['ttao:targon'],
4176+
TAO_TOKEN_FEATURES
4177+
),
41514178
tpolyxToken(
41524179
'a63b4f8d-84d6-45d3-bc67-625239e40811',
41534180
'tpolyx:nvbitgot',

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,9 @@ export enum UnderlyingAsset {
29592959

29602960
// TAO testnet tokens
29612961
'ttao:apex' = 'ttao:apex',
2962+
'ttao:onion' = 'ttao:onion',
2963+
'ttao:templar' = 'ttao:templar',
2964+
'ttao:targon' = 'ttao:targon',
29622965

29632966
// Polymesh testnet tokens
29642967
'tpolyx:nvbitgot' = 'tpolyx:nvbitgot',

0 commit comments

Comments
 (0)