diff --git a/public/data/appConfig.json b/public/data/appConfig.json index ecce7034..fc345eef 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -1,6 +1,20 @@ { "networks": [ { + "type": "ripple", + "name": "Ripple Testnet", + "symbol": "XRP", + "shortcut": "xrp", + "bip44": "m/44'/144'/a'/0/0", + "explorer": { + "tx": "https://etherscan.io/tx/", + "address": "https://etherscan.io/address/" + } + } + ], + "networks2": [ + { + "type": "ethereum", "name": "Ethereum", "symbol": "ETH", "shortcut": "eth", @@ -19,6 +33,7 @@ } }, { + "type": "ethereum", "name": "Ethereum Classic", "symbol": "ETC", "shortcut": "etc", @@ -37,6 +52,7 @@ } }, { + "type": "ethereum", "name": "Ethereum Ropsten", "symbol": "tROP", "shortcut": "trop", @@ -64,6 +80,10 @@ { "network": "etc", "url": "https://api.coingecko.com/api/v3/coins/ethereum-classic" + }, + { + "network": "xrp", + "url": "https://api.coingecko.com/api/v3/coins/ripple" } ], diff --git a/src/components/images/CoinLogo/images/xrp.png b/src/components/images/CoinLogo/images/xrp.png new file mode 100644 index 00000000..e7f8e702 Binary files /dev/null and b/src/components/images/CoinLogo/images/xrp.png differ