From 78feb5fe0314a2358ac82a00430954b7ceb9be2f Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 29 Mar 2022 16:17:49 +0200 Subject: [PATCH] chore(common): update coin support status --- common/defs/coins_details.json | 10 +++++----- common/defs/coins_details.override.json | 3 +++ common/defs/misc/misc.json | 3 ++- common/defs/wallets.json | 3 +-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/common/defs/coins_details.json b/common/defs/coins_details.json index 52e24f066..2b179ec92 100644 --- a/common/defs/coins_details.json +++ b/common/defs/coins_details.json @@ -563,10 +563,6 @@ { "name": "Electrum-RVN", "url": "https://github.com/traysi/electrum-raven" - }, - { - "name": "Mango Farm", - "url": "https://mangofarmassets.com/mangowallet" } ] }, @@ -20464,7 +20460,7 @@ "marketcap_usd": 0, "name": "Sola Token", "network": "eth", - "shortcut": "SOL", + "shortcut": "SOLA", "t1_enabled": "yes", "t2_enabled": "yes", "type": "erc20", @@ -36095,6 +36091,10 @@ { "name": "Exodus", "url": "https://www.exodus.io" + }, + { + "name": "Stellarport", + "url": "https://stellarport.io/" } ] }, diff --git a/common/defs/coins_details.override.json b/common/defs/coins_details.override.json index 71002f622..26675039f 100644 --- a/common/defs/coins_details.override.json +++ b/common/defs/coins_details.override.json @@ -5,6 +5,9 @@ "erc20:eth:LINK (Chainlink)": { "name": "Chainlink" }, + "erc20:eth:SOL": { + "shortcut": "SOLA" + }, "eth:CLO": { "coinmarketcap_alias": "callisto-network" }, diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index 72a011f8b..719053526 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -25,7 +25,8 @@ }, "wallet": { "Account Viewer": "https://accountviewer.stellar.org/", - "Exodus": "https://www.exodus.io" + "Exodus": "https://www.exodus.io", + "Stellarport": "https://stellarport.io/" } }, { diff --git a/common/defs/wallets.json b/common/defs/wallets.json index 5c450b439..09f4b297b 100644 --- a/common/defs/wallets.json +++ b/common/defs/wallets.json @@ -82,8 +82,7 @@ }, "bitcoin:RVN": { "Chaintek": "https://wallet.chaintek.net/", - "Electrum-RVN": "https://github.com/traysi/electrum-raven", - "Mango Farm": "https://mangofarmassets.com/mangowallet" + "Electrum-RVN": "https://github.com/traysi/electrum-raven" }, "bitcoin:SMART": { "Electrum-SMART": "https://github.com/smartcash/electrum-smart"