Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: EndymionJkb <[email protected]>
  • Loading branch information
jubeira and EndymionJkb authored Dec 5, 2024
1 parent adda041 commit 926cf99
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions v3/tasks/20241205-v3-batch-router/readme.md
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)

3 changes: 1 addition & 2 deletions v3/tasks/20241205-v3-buffer-router/readme.md
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)

1 change: 0 additions & 1 deletion v3/tasks/20241205-v3-composite-liquidity-router/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ Contains `CompositeLiquidityRouter` for complex liquidity operations involving p
## Useful Files

- [Code](https://github.com/balancer/balancer-v3-monorepo/commit/74d7068fb21565741427cdabfa4f1b539a4bddaa).
- [Sepolia testnet addresses](./output/sepolia.json)
- [`CompositeLiquidityRouter` artifact](./artifact/CompositeLiquidityRouter.json)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Contract } from 'ethers';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { fp } from '@helpers/numbers';

describeForkTest('Routers-V3', 'mainnet', 21336200, function () {
describeForkTest('CompositeLiquidityRouter-V3', 'mainnet', 21336200, function () {
let task: Task;
let router: Contract, batchRouter: Contract, compositeLiquidityRouter: Contract, bufferRouter: Contract;
let wethSigner: SignerWithAddress, alice: SignerWithAddress;
Expand Down
3 changes: 1 addition & 2 deletions v3/tasks/20241205-v3-router/readme.md
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)

0 comments on commit 926cf99

Please sign in to comment.