Fix anvil 404 link in docs (#6724)

* Fix anvil 404 link in docs
This commit is contained in:
Michael Sproul
2024-12-19 16:45:59 +11:00
committed by GitHub
parent 2662dc7f8f
commit 10c96f8631

View File

@@ -1,6 +1,6 @@
//! Provides utilities for deploying and manipulating the eth2 deposit contract on the eth1 chain.
//!
//! Presently used with [`anvil`](https://github.com/foundry-rs/foundry/tree/master/anvil) to simulate
//! Presently used with [`anvil`](https://github.com/foundry-rs/foundry/tree/master/crates/anvil) to simulate
//! the deposit contract for testing beacon node eth1 integration.
//!
//! Not tested to work with actual clients (e.g., geth). It should work fine, however there may be