Skip to content

Commit f53ae46

Browse files
committed
Update forge-std, README dependencies and hardhat config
1 parent c8bf9f7 commit f53ae46

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ A specific module implements this interface for the RuleEngine: [ERC3643Complian
216216

217217
The toolchain includes the following components, where the versions are the latest ones that we tested:
218218

219-
- Foundry (forge-std) [v1.10.0](https://github.com/foundry-rs/forge-std/releases/tag/v1.10.0)
220-
- Solidity [0.8.30](https://docs.soliditylang.org/en/v0.8.30/) (via solc-js)
221-
- OpenZeppelin Contracts (submodule) [v5.4.0](https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v5.4.0)
222-
- CMTAT [v3.0.0-rc7](https://github.com/CMTA/CMTAT/releases/tag/v3.0.0-rc7)
219+
- Foundry (forge-std) [v1.14.0](https://github.com/foundry-rs/forge-std/releases/tag/v1.10.0)
220+
- Solidity [0.8.33](https://docs.soliditylang.org/en/v0.8.33/)
221+
- OpenZeppelin Contracts (submodule) [v5.5.0](https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v5.5.0)
222+
- CMTAT [v3.2.0-rc2](https://github.com/CMTA/CMTAT/releases/tag/v3.0.0-rc7)
223223

224224
### Access Control
225225

hardhat.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type import('hardhat/config').HardhatUserConfig */
22
require("@nomicfoundation/hardhat-foundry");
3-
require('solidity-docgen');
43
module.exports = {
54
solidity: "0.8.33",
65
settings: {

lib/forge-std

Submodule forge-std updated 61 files

0 commit comments

Comments
 (0)