Browse Source

Add support for cryptocurrencies ATOM and DOT

pull/577/head
Thomas 4 years ago
parent
commit
b545c621bf
  1. 2
      apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json

2
apps/api/src/services/cryptocurrency/custom-cryptocurrencies.json

@ -1,7 +1,9 @@
{ {
"1INCH": "1inch", "1INCH": "1inch",
"ALGO": "Algorand", "ALGO": "Algorand",
"ATOM": "Cosmos",
"AVAX": "Avalanche", "AVAX": "Avalanche",
"DOT": "Polkadot",
"MATIC": "Polygon", "MATIC": "Polygon",
"SHIB": "Shiba Inu", "SHIB": "Shiba Inu",
"SOL": "Solana", "SOL": "Solana",

Loading…
Cancel
Save