We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d6e01 commit 3a304f1Copy full SHA for 3a304f1
1 file changed
examples/nwc/keysend.js examples/nwc/keysend.tsexamples/nwc/keysend.js renamed to examples/nwc/keysend.ts
@@ -3,7 +3,7 @@ import "websocket-polyfill"; // required in node.js
3
import * as readline from "node:readline/promises";
4
import { stdin as input, stdout as output } from "node:process";
5
6
-import { webln as providers } from "../../dist/index.module.js";
+import { webln as providers } from "@getalby/sdk";
7
8
const rl = readline.createInterface({ input, output });
9
0 commit comments