-
Notifications
You must be signed in to change notification settings - Fork 75
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
hardhat deploy plugin fails on testnet relay #678
Comments
When attempting to deploy the contract using hardhat ethers it fails with a different error:
|
In addition when deploying
Run the This timeout issue only appears on large contract deploys for the obvious reason that the time to upload the contract to the HFS and then deploy it takes longer than smaller contracts. |
Hi @mshakeg , I've checkout your branch, regarding your first problem with There is however problem with the large contract, it's getting stuck and resulting in |
Hi @georgi-l95 , seems like it was an intermittent issue as I too can also deploy it fine now, it might still be worthwhile reaching out to the hashio/swirlds team and investigating why |
Thanks @mshakeg , yes we can push logs from HashIO for this. |
@Nana-EC sure thing and great to hear. Btw might you have any idea when hashio's testnet relay will be back up again, it's been down continuously for 4 days. |
@georgi-l95 I suspect the timeout value can be changed using the |
@Nana-EC it seems like the hashio testnet relay is back online. @georgi-l95 I've confirmed that setting a higher than default timeout(e.g. |
Okay, I'm glad to hear that this is resolved. |
Description
Attempting to deploy contracts using the
hardhat-deploy
plugin fails on hashio's testnet relay but deploys fine on local node.The trace for the failed testnet deployment is as follows:
Steps to reproduce
.env
based on.env.example
local:deploy
script i.e.npm run local:deploy
and observe that theGreeter
contract is deployed fine using thehardhat-deploy
plugintestnet:deploy
script i.e.npm run testnet:deploy
and observe that theGreeter
contract fails to deploy with the previously mentioned error.Additional context
No response
Hedera network
testnet
Version
hashio@latest
Operating system
No response
The text was updated successfully, but these errors were encountered: