mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-12 11:28:56 +00:00
152 lines
4.8 KiB
JSON
152 lines
4.8 KiB
JSON
{
|
|
"networks": [
|
|
{
|
|
"order": 2,
|
|
"type": "ethereum",
|
|
"name": "Ethereum",
|
|
"symbol": "ETH",
|
|
"shortcut": "eth",
|
|
"bip44": "m/44'/60'/0'/0",
|
|
"chainId": 1,
|
|
"defaultGasPrice": 64,
|
|
"defaultGasLimit": 21000,
|
|
"defaultGasLimitTokens": 200000,
|
|
"decimals": 18,
|
|
"tokens": "./data/ethereumTokens.json",
|
|
"web3": [
|
|
"wss://eth2.trezor.io/geth"
|
|
],
|
|
"explorer": {
|
|
"tx": "https://etherscan.io/tx/",
|
|
"address": "https://etherscan.io/address/"
|
|
}
|
|
},
|
|
{
|
|
"order": 18,
|
|
"type": "ethereum",
|
|
"name": "Ethereum Classic",
|
|
"symbol": "ETC",
|
|
"shortcut": "etc",
|
|
"chainId": 61,
|
|
"bip44": "m/44'/61'/0'/0",
|
|
"defaultGasPrice": 64,
|
|
"defaultGasLimit": 21000,
|
|
"defaultGasLimitTokens": 200000,
|
|
"decimals": 18,
|
|
"tokens": "./data/ethereumClassicTokens.json",
|
|
"web3": [
|
|
"wss://etc2.trezor.io/geth"
|
|
],
|
|
"explorer": {
|
|
"tx": "https://gastracker.io/tx/",
|
|
"address": "https://gastracker.io/addr/"
|
|
}
|
|
},
|
|
{
|
|
"order": 2,
|
|
"type": "ethereum",
|
|
"name": "Ethereum Ropsten",
|
|
"testnet": true,
|
|
"symbol": "tROP",
|
|
"shortcut": "trop",
|
|
"chainId": 3,
|
|
"bip44": "m/44'/60'/0'/0",
|
|
"defaultGasPrice": 64,
|
|
"defaultGasLimit": 21000,
|
|
"defaultGasLimitTokens": 200000,
|
|
"decimals": 18,
|
|
"fee": {
|
|
"defaultFee": "64",
|
|
"minFee": "10",
|
|
"maxFee": "10000",
|
|
"defaultGasLimit": "21000",
|
|
"defaultGasLimitTokens": "200000",
|
|
"levels": [
|
|
{ "name": "High", "value": "96", "multiplier": 1.5 },
|
|
{ "name": "Normal", "value": "64", "multiplier": 1, "recommended": true },
|
|
{ "name": "Low", "value": "48", "multiplier": 0.75 }
|
|
]
|
|
},
|
|
"tokens": "./data/ropstenTokens.json",
|
|
"web3": [
|
|
"wss://ropsten1.trezor.io/geth"
|
|
],
|
|
"explorer": {
|
|
"tx": "https://ropsten.etherscan.io/tx/",
|
|
"address": "https://ropsten.etherscan.io/address/"
|
|
}
|
|
},
|
|
{
|
|
"order": 3,
|
|
"type": "ripple",
|
|
"name": "Ripple",
|
|
"symbol": "XRP",
|
|
"shortcut": "xrp",
|
|
"bip44": "m/44'/144'/a'/0/0",
|
|
"decimals": 6,
|
|
"fee": {
|
|
"defaultFee": "12",
|
|
"minFee": "10",
|
|
"maxFee": "10000",
|
|
"levels": [
|
|
{"name": "Normal", "value": "12", "recommended": true }
|
|
]
|
|
},
|
|
"explorer": {
|
|
"tx": "https://xrpcharts.ripple.com/#/transactions/",
|
|
"address": "https://xrpcharts.ripple.com/#/graph/"
|
|
}
|
|
},
|
|
{
|
|
"order": 3,
|
|
"type": "ripple",
|
|
"name": "Ripple Testnet",
|
|
"testnet": true,
|
|
"symbol": "tXRP",
|
|
"shortcut": "txrp",
|
|
"bip44": "m/44'/144'/a'/0/0",
|
|
"decimals": 6,
|
|
"fee": {
|
|
"defaultFee": "12",
|
|
"minFee": "10",
|
|
"maxFee": "10000",
|
|
"levels": [
|
|
{"name": "Normal", "value": "12", "recommended": true }
|
|
]
|
|
},
|
|
"explorer": {
|
|
"tx": "https://sisyfos.trezor.io/ripple-testnet-explorer/tx/",
|
|
"address": "https://sisyfos.trezor.io/ripple-testnet-explorer/address/"
|
|
}
|
|
}
|
|
],
|
|
|
|
"fiatValueTickers": [
|
|
{
|
|
"network": "eth",
|
|
"url": "https://api.coingecko.com/api/v3/coins/ethereum"
|
|
},
|
|
{
|
|
"network": "etc",
|
|
"url": "https://api.coingecko.com/api/v3/coins/ethereum-classic"
|
|
},
|
|
{
|
|
"network": "xrp",
|
|
"url": "https://api.coingecko.com/api/v3/coins/ripple"
|
|
}
|
|
],
|
|
|
|
"supportedBrowsers": {
|
|
"chrome": {
|
|
"version": 59,
|
|
"download": "https://www.google.com/chrome/",
|
|
"update": "https://support.google.com/chrome/answer/95414"
|
|
},
|
|
"firefox": {
|
|
"version": 54,
|
|
"download": "https://www.mozilla.org/en-US/firefox/new/",
|
|
"update": "https://support.mozilla.org/en-US/kb/update-firefox-latest-version"
|
|
}
|
|
}
|
|
|
|
} |