Browse Source

Update lnmarkets app to v1.1.5 (#1127)

Co-authored-by: Victor Afanassieff <victor@afanassieff.com>
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
0.4.9
kibotrel 3 years ago
committed by GitHub
parent
commit
6e8a09918c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/lnmarkets/docker-compose.yml
  2. 4
      apps/registry.json

3
apps/lnmarkets/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
lnmarkets:
image: ghcr.io/ln-markets/umbrel:v1.1.4@sha256:d9168a2a3e1016b7cd302cde579ae3013aac57ebeaf89c44f5dbc02f604779cc
image: ghcr.io/ln-markets/umbrel:v1.1.5@sha256:94b2259e4c2445d518cabc4bd6c0519c5fae87a3fb3c0bb564522e805d63bd89
init: true
user: 1000:1000
restart: on-failure
@ -17,6 +17,7 @@ services:
BITCOIN_NETWORK: $BITCOIN_NETWORK
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
APP_DOMAIN: $APP_DOMAIN
APP_PASSWORD: $APP_PASSWORD
API_PORT: $APP_LNMARKETS_PORT
networks:
default:

4
apps/registry.json

@ -574,7 +574,7 @@
"id": "lnmarkets",
"category": "Finance",
"name": "LN Markets",
"version": "1.1.4",
"version": "1.1.5",
"tagline": "Trade Bitcoin derivatives on Lightning",
"description": "LN Markets is the first Lightning-native Bitcoin derivatives trading platform.\n\nLN Markets enables traders to take minimal counterparty risk: you can trade directly from your Lightning wallet for instant and almost costless transactions. Since March 2020, we have processed over $200 million of trading volume, with a median fee of 1 sat for instant P&L delivery to your wallet.\n\nThis Umbrel App gives you another way to interact with LN Markets: you can directly deposit, withdraw, get trading stats and get instantly connected to your account to take positions as usual. More features may come in the future!\n\nThank you for your support and let’s keep building the future of finance together!",
"developer": "LN Markets",
@ -591,7 +591,7 @@
"3.jpg"
],
"path": "",
"defaultPassword": ""
"deterministicPassword": true
},
{
"id": "tallycoin-connect",

Loading…
Cancel
Save