mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-28 01:48:10 +00:00
add xrp to config
This commit is contained in:
parent
2cdd32c503
commit
25130ce282
@ -1,6 +1,20 @@
|
||||
{
|
||||
"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",
|
||||
"symbol": "ETH",
|
||||
"shortcut": "eth",
|
||||
@ -19,6 +33,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ethereum",
|
||||
"name": "Ethereum Classic",
|
||||
"symbol": "ETC",
|
||||
"shortcut": "etc",
|
||||
@ -37,6 +52,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ethereum",
|
||||
"name": "Ethereum Ropsten",
|
||||
"symbol": "tROP",
|
||||
"shortcut": "trop",
|
||||
@ -64,6 +80,10 @@
|
||||
{
|
||||
"network": "etc",
|
||||
"url": "https://api.coingecko.com/api/v3/coins/ethereum-classic"
|
||||
},
|
||||
{
|
||||
"network": "xrp",
|
||||
"url": "https://api.coingecko.com/api/v3/coins/ripple"
|
||||
}
|
||||
],
|
||||
|
||||
|
BIN
src/components/images/CoinLogo/images/xrp.png
Normal file
BIN
src/components/images/CoinLogo/images/xrp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user