Skip to content

Commit

Permalink
feat: hardhat v2.22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Feofanov committed Sep 24, 2024
1 parent 46b6ba6 commit ff9d104
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 41 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ If you don't need to fork mainnet, and you only want to work with the scratch no
```bash
docker run -p 8545:8545 -it --rm ghcr.io/lidofinance/hardhat-node:2.22.11-scratch
```

### Updating hardhat version

- set the new version in package.json
- run `pnpm install`
- create new branch `feat/hardhat-<version>`
- create a PR
- merge the PR
- create a new tag with the version `git tag -a <version> -m "Hardhat version <version>"`
- push the tag `git push --tags <version>`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"hardhat": "2.22.11"
"hardhat": "2.22.12"
}
}
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff9d104

Please sign in to comment.