Skip to content

Commit

Permalink
Fix anvil 404 link in docs (#6724)
Browse files Browse the repository at this point in the history
* Fix anvil 404 link in docs
  • Loading branch information
michaelsproul authored Dec 19, 2024
1 parent 2662dc7 commit 10c96f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/eth1_test_rig/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 10c96f8

Please sign in to comment.