Replies: 1 comment 1 reply
-
Following is the way to use JSON RPC Provider of Ethers, in this case with provider = new ethers.providers.JsonRpcProvider(ARBITRUM_RPC_URL); Instead of using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
Not sure, no display in package.json as i have hardhat-deploy plugin installed
Search Terms
providers, rpc
Describe the Problem
I am trying to run a simple script, i wrapped an infura Arbitrum RPC URL into an ethers provider variable, when i run the script, i get this error:
Code Snippet
Contract ABI
No response
Errors
Environment
Ethereum (mainnet/ropsten/rinkeby/goerli), node.js (v12 or newer), Hardhat
Environment (Other)
Nope
Beta Was this translation helpful? Give feedback.
All reactions