Merge pull request #619 from trezor/fix/etc-explorer

change etc explorer to blockbook
release/1.3.4-beta
Vladimir Volek 4 years ago committed by GitHub
commit b7e3bba41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,9 @@
## next release
**changed**
- Explorer for ETC changed to etc1.trezor.io
## 1.3.3-beta
**fixed**

@ -48,8 +48,8 @@
"wss://etc2.trezor.io/geth"
],
"explorer": {
"tx": "https://gastracker.io/tx/",
"address": "https://gastracker.io/addr/"
"tx": "https://etc1.trezor.io/tx/",
"address": "https://etc1.trezor.io/address/"
},
"hasSignVerify": true
},

Loading…
Cancel
Save