-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: EndymionJkb <[email protected]>
- Loading branch information
1 parent
adda041
commit 926cf99
Showing
5 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# V3 Batch Router | ||
|
||
Batch Router deployment for V3. | ||
Contains `BatchRouter` for complex multi step swaps (supports single token add / remove types and buffer wrap / unwrap). | ||
Contains `BatchRouter` for complex multi-hop swaps (supports single token add / remove types and buffer wrap / unwrap). | ||
|
||
## Useful Files | ||
|
||
- [Code](https://github.com/balancer/balancer-v3-monorepo/commit/74d7068fb21565741427cdabfa4f1b539a4bddaa). | ||
- [Sepolia testnet addresses](./output/sepolia.json) | ||
- [`BatchRouter` artifact](./artifact/BatchRouter.json) | ||
|
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# V3 Buffer Router | ||
|
||
Buffer Router set deployment for V3. | ||
Buffer Router deployment for V3. | ||
Contains `BufferRouter` to initialize and manage liquidity positions for buffers. | ||
|
||
## Useful Files | ||
|
||
- [Code](https://github.com/balancer/balancer-v3-monorepo/commit/74d7068fb21565741427cdabfa4f1b539a4bddaa). | ||
- [Sepolia testnet addresses](./output/sepolia.json) | ||
- [`BufferRouter` artifact](./artifact/BufferRouter.json) | ||
|
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
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
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# V3 Router | ||
|
||
Base Router deployment for V3. | ||
Contains `Router` for basic, single step operation (pool initialization, add, remove, swap). | ||
Contains `Router` for basic, single step operations (e.g., pool initialization, add, remove, swap). | ||
|
||
## Useful Files | ||
|
||
- [Code](https://github.com/balancer/balancer-v3-monorepo/commit/74d7068fb21565741427cdabfa4f1b539a4bddaa). | ||
- [Sepolia testnet addresses](./output/sepolia.json) | ||
- [`Router` artifact](./artifact/Router.json) | ||
|