1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-30 19:00:53 +00:00

rinkeby expplorer url fix

This commit is contained in:
Szymon Lesisz 2018-05-21 12:20:27 +02:00
parent d1b02ed288
commit fd2eb58e22

View File

@ -90,7 +90,7 @@
], ],
"explorer": { "explorer": {
"tx": "https://rinkeby.etherscan.io/tx/", "tx": "https://rinkeby.etherscan.io/tx/",
"tx": "https://rinkeby.etherscan.io/address/" "address": "https://rinkeby.etherscan.io/address/"
} }
} }
], ],