diff --git a/public/data/appConfig.json b/public/data/appConfig.json index 2eaed83e..4a74673d 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -1,17 +1,5 @@ { "networks": [ - { - "type": "ripple", - "name": "Ripple Testnet", - "testnet": true, - "symbol": "XRP", - "shortcut": "xrp", - "bip44": "m/44'/144'/a'/0/0", - "explorer": { - "tx": "https://sisyfos.trezor.io/ripple-testnet-explorer/tx/", - "address": "https://sisyfos.trezor.io/ripple-testnet-explorer/address/" - } - }, { "type": "ethereum", "name": "Ethereum", @@ -69,6 +57,29 @@ "tx": "https://ropsten.etherscan.io/tx/", "address": "https://ropsten.etherscan.io/address/" } + }, + { + "type": "ripple", + "name": "Ripple", + "symbol": "XRP", + "shortcut": "xrp", + "bip44": "m/44'/144'/a'/0/0", + "explorer": { + "tx": "https://xrpcharts.ripple.com/#/transactions/", + "address": "https://xrpcharts.ripple.com/#/graph/" + } + }, + { + "type": "ripple", + "name": "Ripple Testnet", + "testnet": true, + "symbol": "tXRP", + "shortcut": "txrp", + "bip44": "m/44'/144'/a'/0/0", + "explorer": { + "tx": "https://sisyfos.trezor.io/ripple-testnet-explorer/tx/", + "address": "https://sisyfos.trezor.io/ripple-testnet-explorer/address/" + } } ], diff --git a/src/components/images/CoinLogo/images/txrp.png b/src/components/images/CoinLogo/images/txrp.png new file mode 100644 index 00000000..e7f8e702 Binary files /dev/null and b/src/components/images/CoinLogo/images/txrp.png differ