Skip to content

Commit 3a304f1

Browse files
authored
feat(examples/nwc) ; rewrite keysend in typescript (#425)
* chore(examples/nwc): rename keysend from js to ts * feat(examples/nwc): rewrite keysend in ts
1 parent 72d6e01 commit 3a304f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "websocket-polyfill"; // required in node.js
33
import * as readline from "node:readline/promises";
44
import { stdin as input, stdout as output } from "node:process";
55

6-
import { webln as providers } from "../../dist/index.module.js";
6+
import { webln as providers } from "@getalby/sdk";
77

88
const rl = readline.createInterface({ input, output });
99

0 commit comments

Comments
 (0)