diff --git a/README.md b/README.md index 73c336f..44388fd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Frameworks, plugins and utilities for Foundry. - [Audit_Helper](https://github.com/HardlyCodeMan/audit_helper) - audit_helper is a Python3 helper script for Linux to automate some Foundry boilerplate set up in audit repositories. - [Blacksmith](https://github.com/blacksmith-eth/blacksmith) - Blacksmith generates a simple frontend for interacting with smart contracts. -- [Chisel](https://github.com/foundry-rs/foundry/tree/master/chisel) - Chisel is a fast, utilitarian, and verbose solidity REPL. It is heavily inspired by the incredible work done in soli and solidity-shell! +- [Chisel](https://github.com/foundry-rs/foundry/tree/master/crates/chisel) - Chisel is a fast, utilitarian, and verbose solidity REPL. It is heavily inspired by the incredible work done in soli and solidity-shell! - [Foundryup](https://github.com/foundry-rs/foundry/tree/master/foundryup) - Update or revert to a specific Foundry branch with ease. - [Foundry Hardhat](https://github.com/foundry-rs/hardhat) - Hardhat plugins to use foundry tools in hardhat environments. - [Forge Deploy](https://github.com/wighawag/forge-deploy) - A cli and associated contracts to keep track of deployments by name and reuse them in solidity. It tries to keep compatibility with hardhat-deploy as far as possible (work in progress).