I am having problem with Web3provider in ethers.providers

44 views Asked by At
TypeError: Cannot read properties of undefined (reading 'Web3Provider')
    at connectingWihContract (apiFeature.js:41:43)
    at async fetchData (ChatAppContext.js:30:24)

const provider = new ethers.providers.Web3Provider(connection);

This Line giving me errors

TypeError: Cannot read properties of undefined (reading 'Web3Provider') at connectingWihContract (apiFeature.js:41:43) at async fetchData (ChatAppContext.js:30:24)

0

There are 0 answers