This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { ethers } from 'ethers' | |
| import Web3Modal from 'web3modal' | |
| import WalletConnectProvider from '@walletconnect/web3-provider' | |
| async function getWeb3Modal() { | |
| const web3Modal = new Web3Modal({ | |
| network: 'mainnet', | |
| cacheProvider: false, | |
| providerOptions: { | |
| walletconnect: { |