From 81ee1b014b4c5a60ce52dd4dbed93f46ca54e131 Mon Sep 17 00:00:00 2001 From: ConjunctiveNormalForm Date: Mon, 24 Feb 2025 10:52:16 -0500 Subject: [PATCH] README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68e4154..683d666 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +forge bind --root ../UniswapX --overwrite --alloy # replace UniswapX with the path to the UniswapX repo +```