Change hard-coded references from blockstream.info to mempool.space

This commit is contained in:
wiz
2020-10-18 20:24:52 +09:00
parent ba004b7e78
commit 9503b2b774
5 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ ENV BITCOIN_NODE_USER bitcoinuser
ENV BITCOIN_NODE_PASS bitcoinpass
ENV TX_PER_SECOND_SPAN_SECONDS 150
ENV BACKEND_API bitcoind
ENV ELECTRS_API_URL https://www.blockstream.info/api
ENV ELECTRS_API_URL https://mempool.space/api
RUN cd /mempool.space/frontend/ && \
npm run build && \