Use external explorer until internal explorer is finished

This commit is contained in:
Martin Boehm 2018-07-31 14:36:24 +02:00
parent d99d21bfe5
commit 00f4778a09
4 changed files with 4 additions and 4 deletions

View File

@ -239,7 +239,7 @@
"system_user": "blockbook-bgold",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "/explorer",
"explorer_url": "https://btg-explorer.trezor.io/",
"additional_params": "",
"block_chain": {
"parse": true,

View File

@ -47,7 +47,7 @@
"system_user": "blockbook-bitcoin",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "/explorer",
"explorer_url": "https://btc-explorer.trezor.io/",
"additional_params": "",
"block_chain": {
"parse": true,

View File

@ -47,7 +47,7 @@
"system_user": "blockbook-bitcoin",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "/explorer",
"explorer_url": "https://btc-testnet-explorer.trezor.io/",
"additional_params": "",
"block_chain": {
"parse": true,

View File

@ -47,7 +47,7 @@
"system_user": "blockbook-litecoin",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "/explorer",
"explorer_url": "https://ltc-explorer.trezor.io/",
"additional_params": "",
"block_chain": {
"parse": true,