Use internal explorer for bcash and zcash

pull/56/head
Martin Boehm 2018-09-11 16:10:59 +02:00
parent 6d15e429c7
commit 402eb92c5e
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
"system_user": "blockbook-bcash",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "https://bitcoincash.blockexplorer.com",
"explorer_url": "/explorer",
"additional_params": "",
"block_chain": {
"parse": true,

View File

@ -44,7 +44,7 @@
"system_user": "blockbook-bcash",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "https://bitcoincash.blockexplorer.com",
"explorer_url": "/explorer",
"additional_params": "",
"block_chain": {
"parse": true,

View File

@ -47,7 +47,7 @@
"system_user": "blockbook-zcash",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "https://zcash.blockexplorer.com/",
"explorer_url": "/explorer",
"additional_params": "",
"block_chain": {
"parse": true,

View File

@ -47,7 +47,7 @@
"system_user": "blockbook-zcash",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "https://explorer.testnet.z.cash/",
"explorer_url": "/explorer",
"additional_params": "",
"block_chain": {
"parse": true,