This commit is contained in:
hzrd149
2024-02-04 13:30:03 +00:00
parent eb7f2bfa29
commit a38710e630
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# nostrudel # nostrudel
## 0.38.1
### Patch Changes
- Always use the bitcoin connect webln
## 0.38.0 ## 0.38.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "nostrudel", "name": "nostrudel",
"version": "0.38.0", "version": "0.38.1",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View File

@@ -8,7 +8,7 @@ import "./services/user-event-sync";
import { init, onConnected } from "@getalby/bitcoin-connect-react"; import { init, onConnected } from "@getalby/bitcoin-connect-react";
init({ appName: "noStrudel" }); init({ appName: "noStrudel" });
onConnected((provider) => { onConnected((provider) => {
if (!window.webln) window.webln = provider; window.webln = provider;
}); });
// setup dayjs // setup dayjs