mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
add Ripple mainnet to config
This commit is contained in:
parent
fe2814e99f
commit
84b7e14bc5
@ -1,17 +1,5 @@
|
|||||||
{
|
{
|
||||||
"networks": [
|
"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",
|
"type": "ethereum",
|
||||||
"name": "Ethereum",
|
"name": "Ethereum",
|
||||||
@ -69,6 +57,29 @@
|
|||||||
"tx": "https://ropsten.etherscan.io/tx/",
|
"tx": "https://ropsten.etherscan.io/tx/",
|
||||||
"address": "https://ropsten.etherscan.io/address/"
|
"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/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
BIN
src/components/images/CoinLogo/images/txrp.png
Normal file
BIN
src/components/images/CoinLogo/images/txrp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user