Merge branch 'develop' into next

This commit is contained in:
Luke Parker
2025-09-01 21:22:28 -04:00
6 changed files with 8 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ rustup toolchain install nightly
rustup target add wasm32v1-none --toolchain nightly
```
### Install Solidity
### Install Solidity with `svm`
```
cargo install svm-rs
@@ -40,14 +40,6 @@ svm install 0.8.26
svm use 0.8.26
```
### Install Solidity Compiler Version Manager
```
cargo install svm-rs
svm install 0.8.25
svm use 0.8.25
```
### Install foundry (for tests)
```