Use solc 0.8.26

`next` already does, and it's annoying to have to consistently switch between
the two branches.
This commit is contained in:
Luke Parker
2025-09-01 15:46:04 -04:00
parent 98b9cc82a7
commit 251996c1b0
4 changed files with 6 additions and 14 deletions

View File

@@ -32,15 +32,7 @@ rustup toolchain install nightly
rustup target add wasm32v1-none --toolchain nightly
```
### Install Solidity
```
cargo install svm-rs
svm install 0.8.25
svm use 0.8.25
```
### Install Solidity Compiler Version Manager
### Install Solidity with `svm`
```
cargo install svm-rs