1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

add Ripple mainnet to config

This commit is contained in:
Szymon Lesisz 2018-12-18 20:22:19 +01:00
parent fe2814e99f
commit 84b7e14bc5
2 changed files with 23 additions and 12 deletions

View File

@ -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/"
}
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB