You are calling the JsonRpcProvider but initialising it with a public rpc url while running a local node. Remove that and it should work fine. ππΌ
const provider = new ethers.providers.JsonRpcProvider() in index page
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hello everyone :)
I have this error in my-assets.js:
Unhandled Runtime Error
Error: call revert exception (method="fetchMyNFTs()", errorSignature=null, errorArgs=[null], reason=null, code=CALL_EXCEPTION, version=abi/5.0.0-beta.156)
I copied and pasted the code from Github, I already looked everywhere on the Web but I can't figure it out because I don't fully understand what it is
I feel so desperate and frustrated, so useless :(
dev.to/btandayamo/comment/1gh38
You are calling the JsonRpcProvider but initialising it with a public rpc url while running a local node. Remove that and it should work fine. ππΌ
const provider = new ethers.providers.JsonRpcProvider() in index page