From 4ac5af39b715556a662346669abd1a7ba26b7319 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Fri, 4 Jan 2019 15:31:22 +0100 Subject: [PATCH] bring ripple back :) --- public/data/appConfig.json | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/public/data/appConfig.json b/public/data/appConfig.json index 8d8dbead..6125250a 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -72,6 +72,47 @@ "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", + "decimals": 6, + "fee": { + "defaultFee": "12", + "minFee": "10", + "maxFee": "10000", + "levels": [ + {"name": "Normal", "value": "12", "recommended": true } + ] + }, + "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", + "decimals": 6, + "fee": { + "defaultFee": "12", + "minFee": "10", + "maxFee": "10000", + "levels": [ + {"name": "Normal", "value": "12", "recommended": true } + ] + }, + "explorer": { + "tx": "https://sisyfos.trezor.io/ripple-testnet-explorer/tx/", + "address": "https://sisyfos.trezor.io/ripple-testnet-explorer/address/" + } } ],