Skip to content

Commit 4f95b75

Browse files
Merge pull request #6771 from BitGo/WIN-6828
chore(statics): add tao testnet token
2 parents a2651aa + 9b87bfd commit 4f95b75

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
@@ -4152,6 +4152,33 @@ export const allCoinsAndTokens = [
41524152
UnderlyingAsset['ttao:apex'],
41534153
TAO_TOKEN_FEATURES
41544154
),
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+
),
41554182
tpolyxToken(
41564183
'a63b4f8d-84d6-45d3-bc67-625239e40811',
41574184
'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)