refactor: move zapper to @snort/wallet

This commit is contained in:
2024-09-19 13:55:26 +01:00
parent 38b9d132d5
commit 7350acce95
16 changed files with 25 additions and 29 deletions

View File

@ -7,6 +7,8 @@ import { NostrConnectWallet } from "./NostrWalletConnect";
import { WebLNWallet } from "./WebLN";
import EventEmitter from "eventemitter3";
export * from "./zapper";
export const enum WalletKind {
LNDHub = 1,
LNC = 2,