Browse Source

Update suredbits-wallet to 1.8.0-172-99418c79 (#1238)

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

4
apps/registry.json

@ -577,7 +577,7 @@
"id": "suredbits-wallet",
"category": "Finance",
"name": "Suredbits Wallet",
"version": "1.8.0-160-2066447c",
"version": "1.8.0-172-99418c79",
"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",
@ -586,7 +586,7 @@
"bitcoind"
],
"repo": "https://github.com/bitcoin-s/bitcoin-s",
"support": "https://join.slack.com/t/suredbits/shared_invite/zt-eavycu0x-WQL7XOakzQo8tAy7jHHZUw",
"support": "https://t.me/suredbits",
"port": 3020,
"gallery": [
"1.jpg",

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

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: bitcoinscala/wallet-server-ui:0.0.1-23764b9b-SNAPSHOT@sha256:608e09a8a7b58d62ae4c18b49597e1881024bb40c32e599b3c550c5f11de883c
image: bitcoinscala/wallet-server-ui:0.0.1-59b4b595-SNAPSHOT@sha256:fb4eef12e3cefe379f2bca9b9cf2260edc6e5c3d24416b3db47fe1ff85f83af6
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.8.0-160-2066447c-SNAPSHOT@sha256:5c8e9050730407e528864937cf6365a49e3b5fc1d317615c4cb76d3825956876
image: bitcoinscala/bitcoin-s-server:1.8.0-172-99418c79-SNAPSHOT@sha256:df2c0debce0a71c326283fd316bfbfd40c8af0cf630e386f07c76929b4a84a45
user: "1000:1000"
restart: on-failure
volumes:

Loading…
Cancel
Save