Open janjakubnanista opened 8 months ago
dependencies
package.json
forge-std
forge install foundry-rs/forge-std
node_modules
devDependencies
foundry.toml
remappings.txt
@niran let me know if there are any changes you'd like to me to make, more than happy to oblige!
In this PR
dependencies
frompackage.json
forge-std
dependency is quite outdated, preferred way of installing this isforge install foundry-rs/forge-std
node_modules
(as opposed todevDependencies
)foundry.toml
and removeremappings.txt
@niran let me know if there are any changes you'd like to me to make, more than happy to oblige!