Skip to content

Commit

Permalink
Merge pull request #184 from blend-capital/ledger-wallet
Browse files Browse the repository at this point in the history
Add ledger wallet
  • Loading branch information
mootz12 authored Dec 18, 2024
2 parents 108a3a5 + 2356cdb commit 2295d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contexts/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
XBULL_ID,
xBullModule,
} from '@creit.tech/stellar-wallets-kit/index';
import { LedgerModule } from '@creit.tech/stellar-wallets-kit/modules/ledger.module';
import {
WalletConnectAllowedMethods,
WalletConnectModule,
Expand Down Expand Up @@ -129,6 +130,7 @@ const walletKit: StellarWalletsKit = new StellarWalletsKit({
new FreighterModule(),
new LobstrModule(),
new AlbedoModule(),
new LedgerModule(),
new WalletConnectModule({
url: process.env.NEXT_PUBLIC_WALLET_CONNECT_URL ?? '',
projectId: 'a0fd1483122937b5cabbe0d85fa9c34e',
Expand Down

0 comments on commit 2295d10

Please sign in to comment.