1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-18 11:02:02 +00:00

change etc explorer to blockbook

This commit is contained in:
slowbackspace 2020-01-04 11:56:28 +01:00
parent 8b52c5bd3f
commit 457f10c178
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
**changed** **changed**
- Explorer for ETC changed to receipt.emeraldpay.io - Explorer for ETC changed to etc1.trezor.io
## 1.3.3-beta ## 1.3.3-beta

View File

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