-
when I verify my constract, some error happen: yarn hardhat verify --network rinkeby 0x49D8cf6859AD9B1D9B27bF65A932c476EcB50F7a
yarn run v1.22.15
$ '.../Lesson 6/hardhat-simple-storage-fcc/node_modules/.bin/hardhat' verify --network rinkeby 0x49D8cf6859AD9B1D9B27bF65A932c476EcB50F7a
Nothing to compile
Error in plugin @nomiclabs/hardhat-etherscan: Failed to send contract verification request.
Endpoint URL: https://api-rinkeby.etherscan.io/api
Reason: Connect Timeout Error I think mybe my network behind firewall, how to let "@nomiclabs/hardhat-etherscan" bypass firewall with proxy? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@lightrao sometimes rinkeby network do these issues, you should try later it will work. |
Beta Was this translation helpful? Give feedback.
-
Try Goerli, if that does not work, push to GitHub and link it here—I will look into it. |
Beta Was this translation helpful? Give feedback.
-
I use proxifiyer solved the problem |
Beta Was this translation helpful? Give feedback.
I use proxifiyer solved the problem