You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code forces the user to use Infura. It would benefit from having a generic provider used instead, so the user can decide which provider they would like to use.
One suggestion is to use the default provider in Ethers. Another would be to use the Cloudflare provider and hardcode this info into the code. Cloudflare offers a free RPC endpoint.
The text was updated successfully, but these errors were encountered:
This code forces the user to use Infura. It would benefit from having a generic provider used instead, so the user can decide which provider they would like to use.
One suggestion is to use the default provider in Ethers. Another would be to use the Cloudflare provider and hardcode this info into the code. Cloudflare offers a free RPC endpoint.
The text was updated successfully, but these errors were encountered: