add xrp to config

pull/260/head
Szymon Lesisz 6 years ago
parent 2cdd32c503
commit 25130ce282

@ -1,6 +1,20 @@
{ {
"networks": [ "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", "name": "Ethereum",
"symbol": "ETH", "symbol": "ETH",
"shortcut": "eth", "shortcut": "eth",
@ -19,6 +33,7 @@
} }
}, },
{ {
"type": "ethereum",
"name": "Ethereum Classic", "name": "Ethereum Classic",
"symbol": "ETC", "symbol": "ETC",
"shortcut": "etc", "shortcut": "etc",
@ -37,6 +52,7 @@
} }
}, },
{ {
"type": "ethereum",
"name": "Ethereum Ropsten", "name": "Ethereum Ropsten",
"symbol": "tROP", "symbol": "tROP",
"shortcut": "trop", "shortcut": "trop",
@ -64,6 +80,10 @@
{ {
"network": "etc", "network": "etc",
"url": "https://api.coingecko.com/api/v3/coins/ethereum-classic" "url": "https://api.coingecko.com/api/v3/coins/ethereum-classic"
},
{
"network": "xrp",
"url": "https://api.coingecko.com/api/v3/coins/ripple"
} }
], ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Loading…
Cancel
Save