2018-02-20 09:30:36 +00:00
|
|
|
{
|
|
|
|
"coins": [
|
2018-03-29 09:35:27 +00:00
|
|
|
{
|
|
|
|
"name": "Ethereum",
|
|
|
|
"symbol": "ETH",
|
|
|
|
"network": "ethereum",
|
|
|
|
"bip44": "m/44'/60'/0'/0",
|
|
|
|
"defaultGasPrice": 64,
|
|
|
|
"defaultGasLimit": 21000,
|
|
|
|
"defaultGasLimitTokens": 200000,
|
|
|
|
"tokens": "./data/ethereumTokens.json",
|
|
|
|
"backends": [
|
|
|
|
{
|
|
|
|
"name": "TREZOR Wallet - Ethereum",
|
|
|
|
"urls": [
|
|
|
|
"https://mainnet.infura.io/QGyVKozSUEh2YhL4s2G4",
|
|
|
|
"http://88.208.115.69"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2018-05-05 11:52:03 +00:00
|
|
|
"explorer": {
|
|
|
|
"tx": "https://etherscan.io/tx/",
|
|
|
|
"address": "https://etherscan.io/address/"
|
|
|
|
}
|
2018-03-29 09:35:27 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Ethereum Classic",
|
|
|
|
"symbol": "ETC",
|
2018-04-11 10:06:46 +00:00
|
|
|
"network": "ethereum-classic",
|
2018-03-29 09:35:27 +00:00
|
|
|
"bip44": "m/44'/61'/0'/0",
|
|
|
|
"defaultGasPrice": 64,
|
|
|
|
"defaultGasLimit": 21000,
|
|
|
|
"defaultGasLimitTokens": 200000,
|
|
|
|
"tokens": "./data/ethereumClassicTokens.json",
|
|
|
|
"backends": [
|
|
|
|
{
|
|
|
|
"name": "TREZOR Wallet - Ethereum",
|
|
|
|
"urls": [
|
|
|
|
"https://etc-geth.0xinfra.com/",
|
|
|
|
"https://mew.epool.io/"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2018-05-05 11:52:03 +00:00
|
|
|
"explorer": {
|
|
|
|
"tx": "https://gastracker.io/tx/",
|
|
|
|
"address": "https://gastracker.io/addr/"
|
|
|
|
}
|
2018-03-29 09:35:27 +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,
|
2018-03-29 09:35:27 +00:00
|
|
|
"tokens": "./data/ropstenTokens.json",
|
2018-02-20 09:30:36 +00:00
|
|
|
"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
|
|
|
],
|
2018-05-05 11:52:03 +00:00
|
|
|
"explorer": {
|
|
|
|
"tx": "https://ropsten.etherscan.io/tx/",
|
2018-05-09 14:35:59 +00:00
|
|
|
"address": "https://ropsten.etherscan.io/address/"
|
2018-05-05 11:52:03 +00:00
|
|
|
}
|
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,
|
2018-03-29 09:35:27 +00:00
|
|
|
"tokens": "./data/rinkebyTokens.json",
|
2018-02-20 09:30:36 +00:00
|
|
|
"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
|
|
|
],
|
2018-05-05 11:52:03 +00:00
|
|
|
"explorer": {
|
|
|
|
"tx": "https://rinkeby.etherscan.io/tx/",
|
2018-05-21 10:20:27 +00:00
|
|
|
"address": "https://rinkeby.etherscan.io/address/"
|
2018-05-05 11:52:03 +00:00
|
|
|
}
|
2018-02-20 09:30:36 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"fiatValueTickers": [
|
2018-03-08 16:10:53 +00:00
|
|
|
{
|
2018-05-10 10:38:44 +00:00
|
|
|
"network": "ethereum",
|
2018-03-08 16:10:53 +00:00
|
|
|
"url": "https://api.coinmarketcap.com/v1/ticker/ethereum/"
|
|
|
|
},
|
|
|
|
{
|
2018-05-10 10:38:44 +00:00
|
|
|
"network": "ethereum-classic",
|
2018-03-08 16:10:53 +00:00
|
|
|
"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
|
|
|
"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
|
|
|
|
|
|
|
}
|