Skip to content

Commit 0e2428f

Browse files
authored
Merge pull request #7337 from BitGo/COIN-5971-fix-ada-test-token
feat(ada): fix ada test token name
2 parents 87002f0 + bef3679 commit 0e2428f

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
@@ -3338,7 +3338,7 @@ export enum UnderlyingAsset {
33383338

33393339
// ADA testnet tokens
33403340
'tada:water' = 'tada:water',
3341-
'tada:usda' = 'tada:usda',
3341+
'tada:tusda' = 'tada:tusda',
33423342

33433343
// ADA mainnet tokens
33443344
'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)