Skip to content

Commit fc626d7

Browse files
authored
Revert "Merge pull request #477 from blockchain/FC-1637-list-ada-tokens" (#483)
This reverts commit 57ff93b, reversing changes made to 216214c.
1 parent 276b449 commit fc626d7

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

custody.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,24 +1560,6 @@
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-
},
15811563
{
15821564
"symbol": "SNX",
15831565
"displaySymbol": "SNX",

scripts/check-lists.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ 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)
229227
return ref
230228

231229

0 commit comments

Comments
 (0)