Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jakub Matys 2018-07-31 14:40:33 +02:00
commit d2cb30ff0c
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,