Skip to content

Commit 90859d1

Browse files
committed
feat(ada): fix ada test token name
Ticket: COIN-5971
1 parent 5a7401c commit 90859d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,7 @@ export enum UnderlyingAsset {
32733273

32743274
// ADA testnet tokens
32753275
'tada:water' = 'tada:water',
3276-
'tada:usda' = 'tada:usda',
3276+
'tada:tusda' = 'tada:tusda',
32773277

32783278
// ADA mainnet tokens
32793279
'ada:min' = 'ada:min',

modules/statics/src/coins/adaTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const adaTokens = [
2222
'5ec37726eebe67f1db9f84e739b24e9e4dbb4c632a36a50ce74bfc86',
2323
'USDA',
2424
'asset1hc9l4ggxu7pgavfgndtn00cwr9uxesrf7ajqq7',
25-
UnderlyingAsset['tada:usda'],
25+
UnderlyingAsset['tada:tusda'],
2626
ADA_TOKEN_FEATURES
2727
),
2828
adaToken(

0 commit comments

Comments
 (0)