diff --git a/public/data/appConfig.json b/public/data/appConfig.json index bf0d4277..8aa1cee6 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -19,6 +19,9 @@ ] } ], + "web3": [ + "wss://eth2.trezor.io/geth" + ], "explorer": { "tx": "https://etherscan.io/tx/", "address": "https://etherscan.io/address/" @@ -43,6 +46,9 @@ ] } ], + "web3": [ + "wss://etc2.trezor.io/geth" + ], "explorer": { "tx": "https://gastracker.io/tx/", "address": "https://gastracker.io/addr/" @@ -67,33 +73,14 @@ ] } ], + "web3": [ + "wss://ropsten3.trezor.io", + "wss://ropsten1.trezor.io/geth" + ], "explorer": { "tx": "https://ropsten.etherscan.io/tx/", "address": "https://ropsten.etherscan.io/address/" } - }, - { - "name": "Ethereum Rinkeby", - "symbol": "tETH", - "network": "rinkeby", - "chainId": 4, - "bip44": "m/44'/61'/0'/0", - "defaultGasPrice": 64, - "defaultGasLimit": 21000, - "defaultGasLimitTokens": 200000, - "tokens": "./data/rinkebyTokens.json", - "backends": [ - { - "name": "TREZOR Wallet - Ethereum", - "urls": [ - "https://rinkeby.infura.io/QGyVKozSUEh2YhL4s2G4" - ] - } - ], - "explorer": { - "tx": "https://rinkeby.etherscan.io/tx/", - "address": "https://rinkeby.etherscan.io/address/" - } } ],