Skip to content

Commit

Permalink
fix: re-add connector
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Nov 25, 2023
1 parent a5c19bb commit 36407e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension/background-script/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Citadel from "./citadel";
import Commando from "./commando";
import Eclair from "./eclair";
import Galoy from "./galoy";
import Kollider from "./kollider";
import LnBits from "./lnbits";
import Lnc from "./lnc";
import Lnd from "./lnd";
Expand All @@ -25,6 +26,7 @@ const connectors = {
nativelnd: NativeLnd,
lndhub: LndHub,
nativelndhub: NativeLndHub,
kollider: Kollider,
lnbits: LnBits,
lnc: Lnc,
nativelnbits: NativeLnBits,
Expand Down

0 comments on commit 36407e2

Please sign in to comment.