Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Feb 24, 2025
1 parent cc39a49 commit 81ee1b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ Simple strategy that batches UniswapX orders together by tokenin/tokenout pair a
# Crates

### [uniswapx-rs](./crates/uniswapx-rs)

Library for encoding, decoding, and resolving UniswapX dutch orders

### [bindings-uniswapx](./crates/bindings-uniswapx)
Autogenerated forge bindings for UniswapX contracts

Autogenerated forge bindings for UniswapX contracts

# Generating bindings

```
forge bind --root ../UniswapX --overwrite --ethers # replace UniswapX with the path to the UniswapX repo
```
forge bind --root ../UniswapX --overwrite --alloy # replace UniswapX with the path to the UniswapX repo
```

0 comments on commit 81ee1b0

Please sign in to comment.