Skip to content

Commit

Permalink
chore: sync readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 9, 2025
1 parent 80e34c9 commit 6c26365
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions crates/eigensdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path-eigensdk-rs>/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: `<path-eigensdk-rs>/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

Expand Down

0 comments on commit 6c26365

Please sign in to comment.