|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
id: mempool |
|
|
id: mempool |
|
|
category: bitcoin |
|
|
category: bitcoin |
|
|
name: mempool |
|
|
name: mempool |
|
|
version: "2.5.0" |
|
|
version: "2.5.0-w" |
|
|
tagline: Explore the full Bitcoin ecosystem |
|
|
tagline: Explore the full Bitcoin ecosystem |
|
|
description: >- |
|
|
description: >- |
|
|
Be your own explorer. |
|
|
Be your own explorer. |
|
@ -13,7 +13,10 @@ description: >- |
|
|
|
|
|
|
|
|
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com |
|
|
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com |
|
|
releaseNotes: >- |
|
|
releaseNotes: >- |
|
|
This update allows users to use the Lightning explorer if the Lightning Node app is installed. |
|
|
This update brings a brand new mempool widget, allowing you to see the recommended fees at a glance right from your umbrelOS home screen. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To add this widget, right-click on your home screen and select "Edit widgets", or click on Widgets in the Dock. |
|
|
developer: Mempool Space K.K. |
|
|
developer: Mempool Space K.K. |
|
|
website: https://mempool.space/about |
|
|
website: https://mempool.space/about |
|
|
dependencies: |
|
|
dependencies: |
|
@ -30,5 +33,27 @@ gallery: |
|
|
path: "" |
|
|
path: "" |
|
|
defaultUsername: "" |
|
|
defaultUsername: "" |
|
|
defaultPassword: "" |
|
|
defaultPassword: "" |
|
|
|
|
|
widgets: |
|
|
|
|
|
- id: "stats" |
|
|
|
|
|
type: "four-stats" |
|
|
|
|
|
refresh: "5s" |
|
|
|
|
|
endpoint: "widget-server:3000/widgets/fees" |
|
|
|
|
|
link: "" |
|
|
|
|
|
example: |
|
|
|
|
|
type: "four-stats" |
|
|
|
|
|
link: "" |
|
|
|
|
|
items: |
|
|
|
|
|
- title: "No priority" |
|
|
|
|
|
text: "2" |
|
|
|
|
|
subtext: "sat/vB" |
|
|
|
|
|
- title: "Low priority" |
|
|
|
|
|
text: "6" |
|
|
|
|
|
subtext: "sat/vB" |
|
|
|
|
|
- title: "Medium priority" |
|
|
|
|
|
text: "18" |
|
|
|
|
|
subtext: "sat/vB" |
|
|
|
|
|
- title: "High priority" |
|
|
|
|
|
text: "27" |
|
|
|
|
|
subtext: "sat/vB" |
|
|
submitter: Mempool Space K.K. |
|
|
submitter: Mempool Space K.K. |
|
|
submission: https://github.com/getumbrel/umbrel/pull/470 |
|
|
submission: https://github.com/getumbrel/umbrel/pull/470 |
|
|