Skip to content

Commit

Permalink
✨ (useWalletAuth.tsx): add disableEoaFallback option to wallet auth c…
Browse files Browse the repository at this point in the history
…onfig to enhance flexibility in authentication handling
  • Loading branch information
sebpalluel committed Jul 16, 2024
1 parent e5c3661 commit a168f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/next/wallet/src/lib/hooks/useWalletAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function useWalletAuth() {
chainId: getCurrentChain().chainIdHex,
apiKey,
passKeyName: 'Offline 🔑',
disableEoaFallback: false,
rpcUrl: getCurrentChain().urls[0],
});

Expand Down

0 comments on commit a168f56

Please sign in to comment.