Skip to content

Commit

Permalink
Fix remaining composable CoW -> ComposableCoW
Browse files Browse the repository at this point in the history
  • Loading branch information
fedgiac committed Feb 5, 2024
1 parent 2abb759 commit 0622299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/amm.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Batch trading guarantees that despite the minimum viable order follows the const
## Requirements

- The CoW AMM funds will be stored in a safe. Every pair of tokens requires its dedicated safe. The owners of the safe have full access to the funds.
- The CoW AMM safe needs to use the safe's `ExtensibleFallbackHandler` fallback handler (needed to validate a Composable CoW order).
- The CoW AMM safe needs to use the safe's `ExtensibleFallbackHandler` fallback handler (needed to validate a `ComposableCoW` order).
- The CoW AMM safe needs to create a new [`ComposableCoW`](https://github.com/cowprotocol/composable-cow) order that uses the standard deployment of `ConstantProduct` as its handler.

## Order setup
Expand Down

0 comments on commit 0622299

Please sign in to comment.