I was trying to add wallet connect feature. But I didn't understand the usage of infuraId, RPC, ChainID and what are they? Also what does "https://RPC_URL" this URL mean?
const providerOptions = {
walletconnect: {
package: WalletConnectProvider,
options: {
infuraId: undefined,
rpc: {
1: "https://RPC_URL",
},
chainId: 1
}
}