Skip to content

Commit

Permalink
Merge pull request #174 from balancer/aggregator-updates
Browse files Browse the repository at this point in the history
Aggregator updates
  • Loading branch information
johngrantuk authored Nov 19, 2024
2 parents 4d22b6d + 1819274 commit 090b76d
Show file tree
Hide file tree
Showing 20 changed files with 1,334 additions and 273 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/router/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Queries provide the ability to simulate an operation and find its result without executing a transaction. [Balancer Routers](./overview.md#balancer-routers) provide a query for all state changing liquidity operations. An example of how this is useful can be seen when [setting slippage limits](../../integration-guides/guides/add-liquidity-to-pool.md#queries-and-safely-setting-slippage-limits).
Queries provide the ability to simulate an operation and find its result without executing a transaction. [Balancer Routers](./overview.md#balancer-routers) provide a query for all state changing liquidity operations. An example of how this is useful can be seen when [setting slippage limits](/integration-guides/add-and-remove-liquidity/add-liquidity-to-pool.md#queries-and-safely-setting-slippage-limits).

## Router queries
The detailed Router API description can be found in the [Router API section](/concepts/router/onchain-api/router-api.html).
Expand Down
1 change: 1 addition & 0 deletions docs/developer-reference/contracts/abi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ You can find relevant Abis here:

- [Router](./router.md)
- [Batch Router](./batch-router.md)
- [Composite Liquidity Router](./composite-liquidity-router.md)

Loading

0 comments on commit 090b76d

Please sign in to comment.