Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Feb 26, 2024
1 parent 1ded31d commit 110c0ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ Returns an object with all contracts from a deployment and their addresses.
| Gauge Working Balance Helper | [`20230526-gauge-working-balance-helper`](./tasks/20230526-gauge-working-balance-helper) |
| Timelock Authorizer, governance contract | [`20230522-timelock-authorizer`](./tasks/20230522-timelock-authorizer) |
| Pool Data Queries for bulk operations | [`20230613-balancer-pool-data-queries`](./tasks/20230613-balancer-pool-data-queries) |
| Composable Stable Pools V5 | [`20230711-composable-stable-pool-v5`](./tasks/20230711-composable-stable-pool-v5) |
| L2 Child Chain Gauge Checkpointer (Relayer) | [`20230712-child-chain-gauge-checkpointer`](./tasks/20230712-child-chain-gauge-checkpointer) |
| Chainlink Rate Provider Factory | [`20230717-chainlink-rate-provider-factory`](./tasks/20230717-chainlink-rate-provider-factory) |
| Avalanche Root Gauge V2, for veBAL voting | [`20230811-avalanche-root-gauge-factory-v2`](./tasks/20230811-avalanche-root-gauge-factory-v2) |
| Base Root Gauge, for veBAL voting | [`20230911-base-root-gauge-factory`](./tasks/20230911-base-root-gauge-factory) |
| Stakeless Gauge Checkpointer V2 | [`20230915-stakeless-gauge-checkpointer-v2`](./tasks/20230915-stakeless-gauge-checkpointer-v2) |
| Batch Relayer V6 | [`20231031-batch-relayer-v6`](./tasks/20231031-batch-relayer-v6) |
| Composable Stable Pools V6 | [`20240223-composable-stable-pool-v6`](./tasks/20240223-composable-stable-pool-v6) |

## Scripts

Expand Down Expand Up @@ -199,5 +199,6 @@ Go to each deprecated deployment's readme file to learn more about why it is dep
| Composable Stable Pools V4 | [`20230320-composable-stable-pool-v4`](./tasks/deprecated/20230320-composable-stable-pool-v4) |
| L2 Gauge Checkpointer | [`20230527-l2-gauge-checkpointer`](./tasks/deprecated/20230527-l2-gauge-checkpointer) |
| Avalanche Root Gauge, for veBAL voting | [`20230529-avalanche-root-gauge-factory`](./tasks/deprecated/20230529-avalanche-root-gauge-factory) |
| Composable Stable Pools V5 | [`20230711-composable-stable-pool-v5`](./tasks/deprecated/20230711-composable-stable-pool-v5) |
| Composable Stable Pools V5 (ZKEVM) | [`20230711-zkevm-composable-stable-pool-v5`](./tasks/deprecated/20230711-zkevm-composable-stable-pool-v5) |
| Stakeless Gauge Checkpointer | [`20230731-stakeless-gauge-checkpointer`](./tasks/deprecated/20230731-stakeless-gauge-checkpointer) |
2 changes: 1 addition & 1 deletion tasks/20240223-composable-stable-pool-v6/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 2024-02-23 - Composable Stable Pool V6

Deployment of `ComposableStablePoolFactory`, which supersedes `20230711-composable-stable-pool-v5`.
This version is the same in terms of functionality, but has a longer pause window and buffer period.
This version is the same in terms of functionality, but has a longer pause window (4 years) and buffer period (6 months).

## Useful Files

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> ⚠️ **DEPRECATED** ⚠️
>
> This version has been replaced for an updated version: [Composable Stable Pool V6](../../20240223-composable-stable-pool-v6). The new version has the same functionality, but larger pause and buffer windows; this version can still be used if pausing is deemed unnecessary for particular pools.
> This version has been replaced for an updated version: [Composable Stable Pool V6](../../20240223-composable-stable-pool-v6). The new version has the same functionality, but larger pause and buffer windows; this version can still be used if pausing is deemed unnecessary for specific pools.
Deployment of `ComposableStablePoolFactory`, which supersedes `20230320-composable-stable-pool-v4`.
This version is resilient to abrupt changes in the value reported by the pool tokens' rate providers, and calculates
Expand Down

0 comments on commit 110c0ea

Please sign in to comment.