Skip to content

Commit 72d6e01

Browse files
authored
feat(examples/nwc) ; rewrite get-info in typescript (#421)
* chore (example/nwc) : rename get-info from js-to-ts * feat (examples/nwc) : rewrite get-info in ts
1 parent 3b5f311 commit 72d6e01

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)