WalletConnet currently crashes without a valid Infura id.
We should substitute the hardcoded Infura id with an environment variable and make Web3Modal not crash when the id is not set (ergo when booting a create-eth-app project).
I've replaced the current infura id with a dummy string which is enough to get around WalletConnect's check. We should add environment variable support for this however.
WalletConnet currently crashes without a valid Infura id.
We should substitute the hardcoded Infura id with an environment variable and make Web3Modal not crash when the id is not set (ergo when booting a create-eth-app project).