diff --git a/crates/eigensdk/README.md b/crates/eigensdk/README.md index 2fb8e580..44457f69 100644 --- a/crates/eigensdk/README.md +++ b/crates/eigensdk/README.md @@ -39,21 +39,15 @@ cargo run --example get_quorum_count The main branch of this repo is intended to be syncronized with mainnet version of core contracts. -To update the bindings of this repo: - -- Inside the `crates/contracts` folder, run: +To update the bindings of this repo, run: ```bash -forge bind --alloy --bindings-path /crates/utils --overwrite -C src/contracts +make bindings ``` -where `path-eigensdk-rs` is the full path to the eigensdk-rs (this) repo. - -This command will generate the bindings files in the folder: `/crates/utils`. - -⚠️ It rewrites Cargo.toml file, this file must be restored to the current version. +This command will generate the bindings files in the folder: `crates/utils`. -- Fix all compilation warnings. +⚠️ Remember to fix all compilation warnings. ## Contributor Guidelines