Skip to content

Commit

Permalink
docs: update bindings command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 9, 2025
1 parent f19d9f1 commit 80e34c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ The main branch of this repo is intended to be syncronized with mainnet version
To update the bindings of this repo, run:

```bash
forge bind --alloy --bindings-path crates/utils --overwrite --root crates/contracts
make bindings
```

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.

- Fix all compilation warnings.
⚠️ Remember to fix all compilation warnings.

## Contributor Guidelines

Expand Down

0 comments on commit 80e34c9

Please sign in to comment.