mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-28 18:08:08 +00:00
add xrp to config
This commit is contained in:
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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
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