Cristi

Results 3 comments of Cristi

This is also happening when using JsonRpcProvider. My ethers version is 5.6.1. **Code snippet:** ``` const { ethers } = require("ethers"); provider = new ethers.providers.JsonRpcProvider(`https://mainnet.infura.io/v3/MY_PROJECT_ID`); provider.getBlockNumber().then(console.log) ``` **Full error code:**...

Thank you for the tutorial, @sayakpaul! I was wondering if after doing the above steps (which worked perfectly for me) it is possible for me to use opencv in pycharm,...

Thanks, it worked! For future people asking this you must check the 'previously created interpreter' when creating a new project and fill in the location of the environment configured with...