-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble with connecting to sepolia #6471
Comments
code as follows: async function main() { // const encryptedJson = fs.readFileSync("./.encryptedKey.json", "utf8"); const abi = fs.readFileSync("./SimpleStorage_sol_SimpleStorage.abi", "utf8"); RPC_URL=https://eth-sepolia.g.alchemy.com/v2/q2laUTdKYTZ2Q0im0ang8B8bBPbwbDOS |
please share the termianl output you are getting while running your code |
here is the output in terminal |
please this line to wait for the block confirmation : await contract.deploymentTransaction().wait(1); |
its been a long time to bring this up again,occupied by something else recently |
As you can see in your terminal output the contract is deplpyed successfully, Now the problem is with your etherscan verification. Please share your latest code. |
Lesson
Lesson 1
Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video URL at current time")
No response
Operating System
Windows
Describe the bug
I replace the RPC_URL from ganache to sepolia in ALCHEMY,and the error came out as timeout ,I dont know how to do ,pls help me !!!!
The text was updated successfully, but these errors were encountered: