WalletConnect / create-eth-app

Create Ethereum-powered apps with one command
https://www.npmjs.com/package/create-eth-app
MIT License
2.75k stars 503 forks source link

Replace hardcoded INFURA_IO with environment variable #67

Open PaulRBerg opened 4 years ago

PaulRBerg commented 4 years ago

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).

TomAFrench commented 4 years ago

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.