Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Waylon/create pool #203

Merged
merged 19 commits into from
Apr 17, 2023
Merged
2 changes: 2 additions & 0 deletions bind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ forge bind --skip "^UniswapV3.*" -C lib/v3-core/contracts -b crates/bindings/ --
echo "Generated bindings for v3-core"
forge bind -C lib/portfolio/contracts -b crates/bindings/ --crate-name bindings --overwrite
echo "Generated bindings for portfolio"
forge bind -C lib/portfolio/test/EncoderTarget.sol -b crates/bindings/ --crate-name bindings --overwrite
echo "Generated bindings for encoder target"
forge bind -C lib/canonical-weth/contracts -b crates/bindings/ --crate-name bindings --overwrite
echo "Generated bindings for canonical-weth"
forge bind -C lib/arbiter/contracts -b crates/bindings/ --crate-name bindings --overwrite
Expand Down
Loading