Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nican0r authored Jun 25, 2024
1 parent 4416d89 commit 7611d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This is made possible via the `deployEigenLayerLocal` function which deploys the
### Externalities
The following economic externalities have been added to the EigenLayerSystem contract to facilitate testing these sorts of events in integrating protocols.

- Native ETH slashing
- AVS slashing
- [Native ETH slashing](https://github.com/nican0r/eigenlayer-fuzzing/blob/4416d89454aa1d201a101bca90c24100e9434141/src/test/recon/EigenLayerSystem.sol#L16-L25)
- [AVS slashing](https://github.com/nican0r/eigenlayer-fuzzing/blob/4416d89454aa1d201a101bca90c24100e9434141/src/test/recon/EigenLayerSystem.sol#L29-L65)

### To use
In a foundry project add this repository as a submodule with:
Expand All @@ -31,4 +31,4 @@ Call the `deployEigenLayerLocal` function somewhere in your system setup. You wi

### Working Example

See this Renzo-Fuzzing repo for a working example.
See [this Renzo-Fuzzing repo](https://github.com/nican0r/renzo-fuzzing) for a working example of how to integrate this repo into a fuzzing suite.

0 comments on commit 7611d71

Please sign in to comment.