Skip to content

Commit 86b9178

Browse files
committed
remove mentions of solc-select in md files
1 parent 82a5402 commit 86b9178

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ All commands use `uv run` prefix.
3232

3333
```bash
3434
uv sync --all-extras
35-
uv run solc-select use 0.8.24 --always-install
3635
uvx pre-commit install
3736
```
3837

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ We welcome contributions via pull requests! This section will guide you through
8585
uv python install 3.12
8686
uv python pin 3.12
8787
uv sync --all-extras
88-
uv run solc-select use 0.8.24 --always-install
8988
```
9089

9190
See [installation troubleshooting](https://eest.ethereum.org/main/getting_started/installation_troubleshooting) if you encounter issues.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ cd execution-spec-tests
107107
uv python install 3.11
108108
uv python pin 3.11
109109
uv sync --all-extras
110-
uv run solc-select use 0.8.24 --always-install
111110
```
112111

113112
See [Installation Troubleshooting](https://eest.ethereum.org/main/getting_started/installation_troubleshooting/) in the online docs if you encounter issues.

0 commit comments

Comments
 (0)