Skip to content

Commit 4a0fc7e

Browse files
authored
Merge pull request #7189 from BitGo/WIN-6465-minswap-decimal-places
feat(ada): fix decimal places of minswap
2 parents e68f3ab + 4c0046c commit 4a0fc7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins/adaTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const adaTokens = [
77
'a7678172-84b3-4c7e-ac46-9875d23a1cb7',
88
'tada:water',
99
'Test ADA Token',
10-
0, // Tokens are not divisible - https://cardano-ledger.readthedocs.io/en/latest/explanations/token-bundles.html
10+
0,
1111
'2533cca6eb42076e144e9f2772c390dece9fce173bc38c72294b3924',
1212
'WATER',
1313
'asset1n69xf60d0760xvn8v2ffd5frvsm0cl2r8hfjf6',
@@ -18,7 +18,7 @@ export const adaTokens = [
1818
'2d1f9c55-808d-4a6e-b494-62bdb54a16a4',
1919
'ada:min',
2020
'MIN ADA Token',
21-
0, // Tokens are not divisible - https://cardano-ledger.readthedocs.io/en/latest/explanations/token-bundles.html
21+
6,
2222
'29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c6',
2323
'MIN',
2424
'asset1d9v7aptfvpx7we2la8f25kwprkj2ma5rp6uwzv',

0 commit comments

Comments
 (0)