Skip to content

Commit c2cee21

Browse files
authored
Reapply "Merge pull request #477 from blockchain/FC-1637-list-ada-tokens" (#483) (#484)
This reverts commit fc626d7.
1 parent cab3c82 commit c2cee21

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

custody.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,24 @@
15601560
},
15611561
"hwsSettings": null
15621562
},
1563+
{
1564+
"symbol": "SNEK.ADA",
1565+
"displaySymbol": "SNEK",
1566+
"type": "CARDANO_TOKEN",
1567+
"nabuSettings": {
1568+
"custodialPrecision": 0
1569+
},
1570+
"hwsSettings": null
1571+
},
1572+
{
1573+
"symbol": "NIGHT.ADA",
1574+
"displaySymbol": "NIGHT",
1575+
"type": "CARDANO_TOKEN",
1576+
"nabuSettings": {
1577+
"custodialPrecision": 6
1578+
},
1579+
"hwsSettings": null
1580+
},
15631581
{
15641582
"symbol": "SNX",
15651583
"displaySymbol": "SNX",

scripts/check-lists.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ def load_ref(
224224
ref = chains_dict.get("SOL").get(original_symbol)
225225
elif currency_type == "JETTON":
226226
ref = chains_dict.get("TON").get(original_symbol)
227+
elif currency_type == "CARDANO_TOKEN":
228+
ref = chains_dict.get("ADA").get(original_symbol)
227229
return ref
228230

229231

0 commit comments

Comments
 (0)