Skip to content

Commit 5ea8d55

Browse files
authored
Update hardhat to recommend Node 22.5
Node 22.5 version required for latest plugin version (released a couple of days ago) to avoid Websocket issues. Also to fix indentation :)
1 parent 7595acb commit 5ea8d55

File tree

1 file changed

+1
-1
lines changed
  • develop/smart-contracts/dev-environments

1 file changed

+1
-1
lines changed

develop/smart-contracts/dev-environments/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Hardhat is a robust development environment for Ethereum-compatible chains that
3131
Before getting started, ensure you have:
3232

3333
- [Node.js](https://nodejs.org/){target=\_blank} (v16.0.0 or later) and npm installed.
34-
- Note: Consider using Node.js 22.18+ and npm version 10.9.0+ to avoid issues with the Polkadot plugin.
34+
- Note: Use Node.js 22.5+ and npm version 10.9.0+ to avoid issues with the Polkadot plugin.
3535
- Basic understanding of Solidity programming.
3636
- Some PAS test tokens to cover transaction fees (easily obtainable from the [Polkadot faucet](https://faucet.polkadot.io/?parachain=1111){target=\_blank}). To learn how to get test tokens, check out the [Test Tokens](/develop/smart-contracts/connect-to-polkadot#test-tokens){target=\_blank} section.
3737

0 commit comments

Comments
 (0)