Hareem

Results 4 comments of Hareem

@burgossrodrigo can you show me how you built it because this workaround did not work for me

> ``` > import { AlchemyProvider } from '@ethersproject/providers'; > > const new AlchemyProvider(ChainId.POLYGON_MUMBAI, YOUR_API_KEY) > ``` @burgossrodrigo unfortunately, this does not work for me.

> > > ``` > > > import { AlchemyProvider } from '@ethersproject/providers'; > > > > > > const new AlchemyProvider(ChainId.POLYGON_MUMBAI, YOUR_API_KEY) > > > ``` > > >...

> I had this issue and could not revert to using ethers@5 for my project since it was not compatible with the latest hardhat version. > > What solved the...