The walletConnectConfig contains the default config for metadata and UI. you can optionally choose to override the defaults to customize the wallet.Learn more about these configs
constwalletConnectConfig=walletConnect({ ... });
// override metadata
walletConnectConfig.meta.name ="..."; // change the name
walletConnectConfig.meta.iconURL ="..."; // change the icon
Your project's unique identifier that can be obtained at cloud.walletconnect.com. It is highly recommended to use your own project id and only use the default one for testing purposes.
It Enables following functionalities within Web3Modal:
wallet and chain logos,
optional WalletConnect RPC,
support for all wallets from our Explorer and WalletConnect v2 support.