Skip to content

Commit

Permalink
disable web3modal features
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Nov 13, 2024
1 parent 0f4c51c commit 4d0f512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/shared/Web3ModalProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const init = () => {
},
featuredWalletIds: [],
allowUnsupportedChain: true,
enableOnramp: false,
enableSwaps: false,
});
} catch (error) {}
};
Expand Down

0 comments on commit 4d0f512

Please sign in to comment.