Skip to content

Commit

Permalink
Releases/v0.8.0 (#15)
Browse files Browse the repository at this point in the history
* v0.8.0-rc.1

* Fixed subdir for mainnet lightning in sparkwallet

* Batcher v0.2.0
  • Loading branch information
Kexkey committed Feb 28, 2022
1 parent bbbd15f commit 15639ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batcher/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
environment:
- "TRACING=1"
- "CYPHERNODE_URL=https://gatekeeper:${GATEKEEPER_PORT}"
image: cyphernode/batcher:v0.1.2
image: cyphernode/batcher:v0.2.0
entrypoint: ["npm", "run", "start:dev"]
volumes:
- "$APP_SCRIPT_PATH/data:/batcher/data"
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
condition: "any"
delay: 1s
update_config:
parallelism: 1
parallelism: 1
networks:
cyphernodeappsnet:
external: true
3 changes: 3 additions & 0 deletions sparkwallet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export APP_SCRIPT_PATH
export GATEKEEPER_DATAPATH
export FEATURE_TOR

if [ "${NETWORK}" = "mainnet" ]; then
export NETWORK="bitcoin"
fi
if [ "${FEATURE_TOR}" = "true" ]; then
export TOR_PARAMS=" --proxy socks5h://tor:9050 --rate-provider wasabi "
fi
Expand Down

0 comments on commit 15639ee

Please sign in to comment.