Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Anvil broken link #2579

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ issues itself: `cargo +nightly clippy --fix`
Tests require the following installed:

1. [`solc`](https://docs.soliditylang.org/en/latest/installing-solidity.html) (>=0.8.0). We also recommend using [svm](https://github.com/roynalnaruto/svm-rs) for more flexibility.
2. [`anvil`](https://github.com/foundry-rs/foundry/blob/master/anvil/README.md)
2. [`anvil`](https://github.com/foundry-rs/foundry/tree/master/crates/anvil#readme)
3. [`geth`](https://github.com/ethereum/go-ethereum)

Additionally, the `ETHERSCAN_API_KEY` environment variable has to be set to run [`ethers-etherscan`](./ethers-etherscan) tests.
Expand Down