-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d5d063
commit e426e7e
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Integrated Routing with UniswapX | ||
--- | ||
|
||
For the initial deployment of Uniswap v4, the [Uniswap Interface](https://app.uniswap.org) does not permissionlessly support routing to pools with hooks. The interface expects to support pools with hooks, *eventually*. | ||
|
||
In the interim, Hook developers can receive order routing from the Uniswap Interface by running a UniswapX filler. | ||
|
||
Developers should check [UniswapX Documentation](/contracts/uniswapx/overview) to get started |