-
Notifications
You must be signed in to change notification settings - Fork 35
[FIX] - Update hardhat guide according to latest releases of hardhat-polkadot #623
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
[FIX] - Update hardhat guide according to latest releases of hardhat-polkadot #623
Conversation
* hardhat: fix docs according to expected kusama launch * fix: title * feat: proposes hardhat.config and hardhat.md * fix: rename polkadotTestnest to westendHub * fix: replaces `npx hardhat node` with `npx hardhat node-polkavm` * docs: small changes in "Use Hardhat with Polkadot" * docs: minor fixes
.snippets/code/develop/smart-contracts/dev-environments/hardhat/hardhat.config.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Alberto Nicolas Penayo <[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.
Just a nit
Co-authored-by: Alberto Nicolas Penayo <[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.
Looking good
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!
Blocked by paritytech/contract-issues#65 |
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.
Figured I'd do a quick formatting review. The npm docs always refer to it as such without capitalizing the "n", so please make sure we're using this same capitalization in this guide
.snippets/code/develop/smart-contracts/dev-environments/hardhat/hardhat.config.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Erin Shaben <[email protected]>
…hat-polkadot-docs
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!
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!
This PR is a follow up of #563