Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Build
  • Loading branch information
MananTank committed Oct 22, 2023
commit fc4da5bb9c294cac267f03c523ee897d0a6c6967
2 changes: 2 additions & 0 deletions packages/react-core/src/core/hooks/wallet-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import type {
LocalWallet,
MagicLink,
MetaMaskWallet,
OKXWallet,
PaperWallet,
PhantomWallet,
RainbowWallet,
Expand Down Expand Up @@ -37,6 +38,7 @@ type WalletIdToWalletTypeMap = {
walletConnect: WalletConnect;
phantom: PhantomWallet;
walletConnectV1: WalletConnect;
okx: OKXWallet;
};

/**
Expand Down