Skip to content

Commit c7ebec1

Browse files
committed
feat(examples/nwc): rewrite list-transactions to ts
1 parent 464cfd4 commit c7ebec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nwc/list-transactions.ts

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)