1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 07:38:57 +00:00
trezor-wallet/src/data/appConfig.json

122 lines
3.4 KiB
JSON
Raw Normal View History

2018-02-20 09:30:36 +00:00
{
"coins1": [
{
"name": "Ethereum Ropsten",
"symbol": "eth",
"network": "ropsten-eth",
"shortcut": "eth",
"bip44": "m/44'/60'/0'/0",
"defaultGasPrice": 64,
"defaultGasLimit": 21000,
"defaultGasLimitTokens": 200000,
"backends": [
{
"name": "TREZOR Wallet - Ethereum",
"urls": [
"https://ropsten.infura.io/QGyVKozSUEh2YhL4s2G4",
"http://10.34.2.5:8545"
],
"explorer": "https://blockexplorer.com"
}
]
}
],
2018-03-27 15:13:11 +00:00
"eth": {
"name": "Ethereum",
"symbol": "ETH",
"network": "ethereum",
"bip44": "m/44'/60'/0'/0",
"defaultGasPrice": 64,
"defaultGasLimit": 21000,
"defaultGasLimitTokens": 200000,
"backends": [
{
"name": "TREZOR Wallet - Ethereum",
"urls": [
"http://88.208.115.69"
]
}
],
"explorer": "https://etherscan.io"
},
2018-02-20 09:30:36 +00:00
"coins": [
2018-03-27 15:13:11 +00:00
2018-02-20 09:30:36 +00:00
{
"name": "Ethereum Ropsten",
2018-03-08 16:10:53 +00:00
"symbol": "tETH",
"network": "ropsten",
2018-02-20 09:30:36 +00:00
"bip44": "m/44'/60'/0'/0",
"defaultGasPrice": 64,
"defaultGasLimit": 21000,
"defaultGasLimitTokens": 200000,
"backends": [
{
"name": "TREZOR Wallet - Ethereum",
"urls": [
"https://ropsten.infura.io/QGyVKozSUEh2YhL4s2G4",
"http://10.34.2.5:8545"
2018-03-08 16:10:53 +00:00
]
2018-02-20 09:30:36 +00:00
}
2018-03-08 16:10:53 +00:00
],
"explorer": "https://ropsten.etherscan.io"
2018-02-20 09:30:36 +00:00
},
{
"name": "Ethereum Rinkeby",
2018-03-08 16:10:53 +00:00
"symbol": "tETH",
"network": "rinkeby",
2018-02-20 09:30:36 +00:00
"bip44": "m/44'/61'/0'/0",
"defaultGasPrice": 64,
"defaultGasLimit": 21000,
"defaultGasLimitTokens": 200000,
"backends": [
{
"name": "TREZOR Wallet - Ethereum",
"urls": [
2018-03-08 16:10:53 +00:00
"https://rinkeby.infura.io/QGyVKozSUEh2YhL4s2G4"
]
2018-02-20 09:30:36 +00:00
}
2018-03-08 16:10:53 +00:00
],
"explorer": "https://rinkeby.etherscan.io"
2018-02-20 09:30:36 +00:00
}
],
"fiatValueTickers": [
2018-03-08 16:10:53 +00:00
{
"network": "ropsten",
"url": "https://api.coinmarketcap.com/v1/ticker/ethereum/"
},
{
"network": "rinkeby",
"url": "https://api.coinmarketcap.com/v1/ticker/ethereum-classic/"
}
2018-02-20 09:30:36 +00:00
],
2018-03-08 16:10:53 +00:00
2018-02-20 09:30:36 +00:00
"bridge": {
"url": "https://localback.net:21324",
"configUrl": "data/config_signed.bin",
"latestUrl": "data/bridge/latest.txt"
},
"extensionId": "jcjjhjgimijdkoamemaghajlhegmoclj",
"storageVersion": "1.1.0",
2018-03-08 16:10:53 +00:00
"metadataVersion": "1.0.0",
"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"
}
}
2018-02-20 09:30:36 +00:00
}