-
Notifications
You must be signed in to change notification settings - Fork 15
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 Ignition #201
Hardhat Ignition #201
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
The following command is used to deploy a smart contract to the Rootstock Testnet: | ||
|
||
``` | ||
npx hardhat ignition deploy --network rskTestnet ignition/modules/Box.ts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got this error:
owanate@Owanates-MacBook-Pro rootstock-hardhat-ignition-starterkit % npx hardhat ignition deploy --network rskTestnet ignition/modules/Box.ts
✔ Confirm deploy to network rskTestnet (31)? … yes
Hardhat Ignition 🚀
Deploying [ BoxModule ]
Batch #1
Executing BoxModule#Box...
An unexpected error occurred:
IgnitionError: IGN401: Error while executing BoxModule#Box: all the transactions of its network interaction 1 were dropped. Please try rerunning Hardhat Ignition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted artifacts and it worked. Capture this in the troubleshooting tip at the bottom or here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was already added earlier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This particular error is already captured?
IgnitionError: IGN401: Error while executing BoxModule#Box: all the transactions of its network interaction 1 were dropped. Please try rerunning Hardhat Ignition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the content with a warning to delete the folder at the top and also added this error too with same warning incase someone misses it.
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Title
Description
Content Development
Technical Breakdown
Box.ts
andLock.ts
).Project Setup Guidance
Testing and Deployment
Troubleshooting and Tips
warning
,info
) to highlight troubleshooting tips and additional context.Verification Instructions
Admonitions and Formatting
info
,warning
,success
) to enhance readability and emphasize important sections.SEO Optimization
Beginner-Friendly Approach
Screenshots/GIFs
Testing
yarn build
command.Checklist
Refs