Skip to content

Commit

Permalink
feat(front/connect-wallet): enable auth mode
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jan 22, 2024
1 parent fac4674 commit a683676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/chains/kadena/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export const getWalletConnectModal = () => {

return new WalletConnectModal({
themeMode: 'dark',
enableAuthMode: true,
enableExplorer: false,
projectId: config.public.WC_PROJECT_ID as string
})
}

0 comments on commit a683676

Please sign in to comment.