Browse Source

Update LN Markets to v1.2.4 (#194)

main
kibotrel 2 years ago
committed by GitHub
parent
commit
d5750a1053
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnmarkets/docker-compose.yml
  2. 24
      lnmarkets/umbrel-app.yml

2
lnmarkets/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_LNMARKETS_PORT
lnmarkets:
image: ghcr.io/ln-markets/umbrel:v1.2.3@sha256:c11ec6d28d1b1d11d82ae8b33916732686a296beb21c9c3eaee80c823bd2d00f
image: ghcr.io/ln-markets/umbrel:v1.2.4@sha256:79b4a3651ee425e63beb50e46058244ba9c1ed6e173e09188de16e463fcab911
init: true
user: 1000:1000
restart: on-failure

24
lnmarkets/umbrel-app.yml

@ -2,20 +2,20 @@ manifestVersion: 1
id: lnmarkets
category: Finance
name: LN Markets
version: "1.2.3-build-1"
version: "1.2.4"
tagline: Trade Bitcoin derivatives on Lightning
description: >-
LN Markets is the first Lightning-native Bitcoin derivatives
trading platform.
LN 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.
LN 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 $500 million of trading volume, with a median fee of 1 sat for instant P&L delivery to your wallet.
This 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!
Thank you for your support and lets keep building the future of finance together!
Thank you for your support and let's keep building the future of finance together!
developer: LN Markets
website: https://lnmarkets.com
dependencies:
@ -30,4 +30,20 @@ gallery:
path: ""
deterministicPassword: true
submitter: LN Markets
submission: https://github.com/getumbrel/umbrel/pull/879
submission: https://github.com/getumbrel/umbrel/pull/879
releaseNotes: >-
- Update LN Markets assets in the app store.
- Removed login page as Umbrel proxy handle it now.
- Added a loading screen for withdrawals and deposits.
- Added some metrics to the front (total margin traded, all time PL...).
- Fix websockets connection.
- Fix withdraw slider, now works as intended.
- Fix some typos in modals.
- Fix CORS policy.

Loading…
Cancel
Save