Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new AaveLinearPool deployment #2012

Merged
merged 19 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Deployed core infrastructure (`Authorizer`, `Vault`, `AuthorizerAdaptor`, `ProtocolFeeWithdrawer`, `ProtocolFeePercentagesProvider`, `BalancerQueries` and `BatchRelayer`) to Gnosis and BNB.
- Deployed core Pool factories (`WeightedPoolFactory`, `ComposableStablePoolFactory`, `LiquidityBootstrappingPool`, `AaveLinearPool`) to BNB.
- Deployed `AuthorizerAdaptorEntrypoint` to all networks.
- Deployed `AaveLinearPool` to all networks.
TomAFrench marked this conversation as resolved.
Show resolved Hide resolved

## 3.0.0 (2022-10-25)

Expand Down
49 changes: 25 additions & 24 deletions pkg/deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Returns an object with all contracts from a deployment and their addresses.
| Swap, join and exit simulations (queries) | [`20220721-balancer-queries`](./tasks/20220721-balancer-queries) |
| Protocol fee percentages provider | [`20220725-protocol-fee-percentages-provider`](./tasks/20220725-protocol-fee-percentages-provider) |
| Child Chain Gauge Reward Helper | [`20220812-child-chain-reward-helper`](./tasks/20220812-child-chain-reward-helper) |
| Linear Pools for Aave aTokens with built-in rebalancing | [`20220817-aave-rebalanced-linear-pool`](./tasks/20220817-aave-rebalanced-linear-pool) |
| Mainnet Staking Gauges V2 | [`20220822-mainnet-gauge-factory-v2`](./tasks/20220822-mainnet-gauge-factory-v2) |
| Arbitrum Root Gauges V2, for veBAL voting | [`20220823-arbitrum-root-gauge-factory-v2`](./tasks/20220823-arbitrum-root-gauge-factory-v2) |
| Polygon Root Gauges V2, for veBAL voting | [`20220823-polygon-root-gauge-factory-v2`](./tasks/20220823-polygon-root-gauge-factory-v2) |
Expand All @@ -104,6 +103,7 @@ Returns an object with all contracts from a deployment and their addresses.
| Managed Pool | [`20221021-managed-pool`](./tasks/20221021-managed-pool) |
| Protocol Fee Splitter | [`20221027-fee-splitter`](./tasks/20221027-fee-splitter) |
| Authorizer Adaptor Entrypoint | [`20221111-authorizer-adaptor-entrypoint`](./tasks/20221111-authorizer-adaptor-entrypoint) |
| Linear Pools for Aave aTokens with built-in rebalancing | [`20221115-aave-rebalanced-linear-pool`](./tasks/20221115-aave-rebalanced-linear-pool) |
nventuro marked this conversation as resolved.
Show resolved Hide resolved

## Scripts

Expand All @@ -125,26 +125,27 @@ These deployments have been deprecated because they're either outdated and have

Go to each deprecated deployment's readme file to learn more about why it is deprecated, and what the replacement deployment is (if any).

| Description | Task ID |
| ------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| Weighted Pools of up to 8 tokens | [`20210418-weighted-pool`](./deprecated/tasks/20210418-weighted-pool) |
| Stable Pools of up to 5 tokens | [`20210624-stable-pool`](./tasks/deprecated/20210624-stable-pool) |
| Liquidity Bootstrapping Pools of up to 4 tokens | [`20210721-liquidity-bootstrapping-pool`](./tasks/deprecated/20210721-liquidity-bootstrapping-pool) |
| Meta Stable Pools with 2 tokens and price oracle | [`20210727-meta-stable-pool`](./tasks/deprecated/20210727-meta-stable-pool) |
| Distributor contract for LDO rewards | [`20210811-ldo-merkle`](./deprecated/tasks/deprecated/20210811-ldo-merkle) |
| Relayer for Lido stETH wrapping/unwrapping | [`20210812-lido-relayer`](./tasks/deprecated/20210812-lido-relayer) |
| Basic Investment Pools for few tokens | [`20210907-investment-pool`](./tasks/deprecated/20210907-investment-pool) |
| Distributor contract for arbitrum BAL rewards | [`20210913-bal-arbitrum-merkle`](./tasks/deprecated/20210913-bal-arbitrum-merkle) |
| Distributor contract for arbitrum MCB rewards | [`20210928-mcb-arbitrum-merkle`](./tasks/deprecated/20210928-mcb-arbitrum-merkle) |
| Merkle Orchard Distributor | [`20211012-merkle-orchard`](./tasks/deprecated/20211012-merkle-orchard) |
| Batch Relayer | [`20211203-batch-relayer`](./tasks/deprecated/20211203-batch-relayer) |
| Linear Pools for Aave aTokens | [`20211208-aave-linear-pool`](./tasks/deprecated/20211208-aave-linear-pool) |
| Preminted BPT Meta Stable Pools | [`20211208-stable-phantom-pool`](./tasks/deprecated/20211208-stable-phantom-pool) |
| Linear Pools for ERC4626 Tokens | [`20220304-erc4626-linear-pool`](./tasks/deprecated/20220304-erc4626-linear-pool) |
| Batch Relayer V2 | [`20220318-batch-relayer-v2`](./tasks/deprecated/20220318-batch-relayer-v2) |
| Fee Distributor for veBAL holders | [`20220420-fee-distributor`](./tasks/deprecated/20220420-fee-distributor) |
| Mainnet Staking Gauges | [`20220325-mainnet-gauge-factory`](./tasks/deprecated/20220325-mainnet-gauge-factory) |
| Arbitrum Root Gauges, for veBAL voting | [`20220413-arbitrum-root-gauge-factory`](./tasks/deprecated/20220413-arbitrum-root-gauge-factory) |
| Polygon Root Gauges, for veBAL voting | [`20220413-polygon-root-gauge-factory`](./tasks/deprecated/20220413-polygon-root-gauge-factory) |
| Optimism Root Gauges, for veBAL voting | [`20220628-optimism-root-gauge-factory`](./tasks/deprecated/20220628-optimism-root-gauge-factory) |
| Batch Relayer V3 | [`20220720-batch-relayer-v3`](./tasks/deprecated/20220720-batch-relayer-v3) |
| Description | Task ID |
| ------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Weighted Pools of up to 8 tokens | [`20210418-weighted-pool`](./deprecated/tasks/20210418-weighted-pool) |
| Stable Pools of up to 5 tokens | [`20210624-stable-pool`](./tasks/deprecated/20210624-stable-pool) |
| Liquidity Bootstrapping Pools of up to 4 tokens | [`20210721-liquidity-bootstrapping-pool`](./tasks/deprecated/20210721-liquidity-bootstrapping-pool) |
| Meta Stable Pools with 2 tokens and price oracle | [`20210727-meta-stable-pool`](./tasks/deprecated/20210727-meta-stable-pool) |
| Distributor contract for LDO rewards | [`20210811-ldo-merkle`](./deprecated/tasks/deprecated/20210811-ldo-merkle) |
| Relayer for Lido stETH wrapping/unwrapping | [`20210812-lido-relayer`](./tasks/deprecated/20210812-lido-relayer) |
| Basic Investment Pools for few tokens | [`20210907-investment-pool`](./tasks/deprecated/20210907-investment-pool) |
| Distributor contract for arbitrum BAL rewards | [`20210913-bal-arbitrum-merkle`](./tasks/deprecated/20210913-bal-arbitrum-merkle) |
| Distributor contract for arbitrum MCB rewards | [`20210928-mcb-arbitrum-merkle`](./tasks/deprecated/20210928-mcb-arbitrum-merkle) |
| Merkle Orchard Distributor | [`20211012-merkle-orchard`](./tasks/deprecated/20211012-merkle-orchard) |
| Batch Relayer | [`20211203-batch-relayer`](./tasks/deprecated/20211203-batch-relayer) |
| Linear Pools for Aave aTokens | [`20211208-aave-linear-pool`](./tasks/deprecated/20211208-aave-linear-pool) |
| Preminted BPT Meta Stable Pools | [`20211208-stable-phantom-pool`](./tasks/deprecated/20211208-stable-phantom-pool) |
| Linear Pools for ERC4626 Tokens | [`20220304-erc4626-linear-pool`](./tasks/deprecated/20220304-erc4626-linear-pool) |
| Batch Relayer V2 | [`20220318-batch-relayer-v2`](./tasks/deprecated/20220318-batch-relayer-v2) |
| Fee Distributor for veBAL holders | [`20220420-fee-distributor`](./tasks/deprecated/20220420-fee-distributor) |
| Mainnet Staking Gauges | [`20220325-mainnet-gauge-factory`](./tasks/deprecated/20220325-mainnet-gauge-factory) |
| Arbitrum Root Gauges, for veBAL voting | [`20220413-arbitrum-root-gauge-factory`](./tasks/deprecated/20220413-arbitrum-root-gauge-factory) |
| Polygon Root Gauges, for veBAL voting | [`20220413-polygon-root-gauge-factory`](./tasks/deprecated/20220413-polygon-root-gauge-factory) |
| Optimism Root Gauges, for veBAL voting | [`20220628-optimism-root-gauge-factory`](./tasks/deprecated/20220628-optimism-root-gauge-factory) |
| Batch Relayer V3 | [`20220720-batch-relayer-v3`](./tasks/deprecated/20220720-batch-relayer-v3) |
| Linear Pools for Aave aTokens with built-in rebalancing | [`20220817-aave-rebalanced-linear-pool`](./tasks/deprecated/20220817-aave-rebalanced-linear-pool) |
Loading