1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00

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

change etc explorer to blockbook
This commit is contained in:
Vladimir Volek 2020-01-04 18:39:07 +01:00 committed by GitHub
commit b7e3bba41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

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

View File

@ -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
},