Browse Source

Update suredbits wallet app to 1.9.0-59-faac871d (#1307)

Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
Co-authored-by: rorp <rorp@users.noreply.github.com>
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
0.4.16
user411 3 years ago
committed by GitHub
parent
commit
a85c8d7e92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 4
      apps/suredbits-wallet/docker-compose.yml

2
apps/registry.json

@ -602,7 +602,7 @@
"id": "suredbits-wallet",
"category": "Finance",
"name": "Suredbits Wallet",
"version": "1.9.0",
"version": "1.9.0-59-faac871d",
"tagline": "A universal DLC wallet",
"description": "The Suredbits Wallet is your one stop shop for building Discreet Log Contracts. With our wallet you can create prop bets like Trump vs Biden in the 2020 US Presidential election or complicated financial derivatives such as contracts for difference that can be used to hedge risk or engage in speculation.\n\nWARNING: This is an Alpha software, don't put too much money in.",
"developer": "Suredbits",

4
apps/suredbits-wallet/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: bitcoinscala/wallet-server-ui:1.9.0-3dbf8400-SNAPSHOT@sha256:74d1a407fd0909a2af97423eb5876ff7e3d929bba3348d6a7c5c979f9c67fdbd
image: bitcoinscala/wallet-server-ui:1.9.0-9ca96ac1-SNAPSHOT@sha256:7de973b6ac9eba3549def7b0454be6940f63751ba744aaf329c1ed1f75f0d40e
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -26,7 +26,7 @@ services:
depends_on:
- walletserver
walletserver:
image: bitcoinscala/bitcoin-s-server:1.9.0-23-ee98aa1d-SNAPSHOT@sha256:d66252e4e34d29dc030775224acf75ae94a22507b2656e6e51088846a388acff
image: bitcoinscala/bitcoin-s-server:1.9.0-59-faac871d-SNAPSHOT@sha256:ac325b851e08e2408c89481b6a3953c31952d435f38de59b9cc3be4dca2dbdf1
user: "1000:1000"
restart: on-failure
volumes:

Loading…
Cancel
Save