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

Update deployment readmes to point to artifact files rather than abis #2061

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion pkg/deployments/tasks/20210418-authorizer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This contract is expected to be eventually replaced by one with a) native suppor
- [Arbitrum mainnet address](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [Gnosis mainnet address](./output/gnosis.json)
- [`Authorizer` ABI](./abi/Authorizer.json)
- [`Authorizer` artifact](./artifact/Authorizer.json)
2 changes: 1 addition & 1 deletion pkg/deployments/tasks/20210418-vault/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Aditionally, the `WETH` argument may represent different things in different net
- [Arbitrum mainnet address](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [Gnosis mainnet address](./output/gnosis.json)
- [`Vault` ABI](./abi/Vault.json)
- [`Vault` artifact](./artifact/Vault.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Deployment of the `WstETHRateProvider`, for using wstETH in Meta Stable Pools.
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`WstETHRateProvider` ABI](./abi/WstETHRateProvider.json)
- [`WstETHRateProvider` artifact](./artifact/WstETHRateProvider.json)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Deployment of the `NoProtocolFeeLiquidityBootstrappingPool`, for Liquidity Boots
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet addresses](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [`NoProtocolFeeLiquidityBootstrappingPool` ABI](./abi/NoProtocolFeeLiquidityBootstrappingPool.json)
- [`NoProtocolFeeLiquidityBootstrappingPool` artifact](./artifact/NoProtocolFeeLiquidityBootstrappingPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ The adaptor may then be the admin for these systems and acts as a proxy forwardi
- [Polygon mainnet address](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [`AuthorizerAdaptor` ABI](./abi/AuthorizerAdaptor.json))
- [`AuthorizerAdaptor` artifact](./artifact/AuthorizerAdaptor.json))
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Deployment of `BALTokenHolderFactory` which deploys simple contracts which holds

- [Ethereum mainnet addresses](./output/mainnet.json)
- [Kovan testnet addresses](./output/kovan.json)
- [`BALTokenHolder` ABI](./abi/BALTokenHolder.json)
- [`BALTokenHolderFactory` ABI](./abi/BALTokenHolderFactory.json)
- [`BALTokenHolder` artifact](./artifact/BALTokenHolder.json)
- [`BALTokenHolderFactory` artifact](./artifact/BALTokenHolderFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Deployment of the `BalancerTokenAdmin`, for enforcing a specified BAL emission r
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`BalancerTokenAdmin` ABI](./abi/BalancerTokenAdmin.json)
- [`BalancerTokenAdmin` artifact](./artifact/BalancerTokenAdmin.json)
2 changes: 1 addition & 1 deletion pkg/deployments/tasks/20220325-gauge-adder/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Deployment of the `GaugeAdder`, a helper contract which helps prevent some forms

- [Ethereum mainnet addresses](./output/mainnet.json)
- [Kovan testnet addresses](./output/kovan.json)
- [`GaugeAdder` ABI](./abi/GaugeAdder.json)
- [`GaugeAdder` artifact](./artifact/GaugeAdder.json)
6 changes: 3 additions & 3 deletions pkg/deployments/tasks/20220325-gauge-controller/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Deployment of the `VotingEscrow`, which allows users to stake 80/20 BAL/WETH BPT
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`VotingEscrow` ABI](./abi/VotingEscrow.json)
- [`GaugeController` ABI](./abi/GaugeController.json)
- [`BalancerMinter` ABI](./abi/BalancerMinter.json)
- [`VotingEscrow` artifact](./artifact/VotingEscrow.json)
- [`GaugeController` artifact](./artifact/GaugeController.json)
- [`BalancerMinter` artifact](./artifact/BalancerMinter.json)
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Deployment of the `SingleRecipientGaugeFactory`, for liquidity gauges which forw

- [Ethereum mainnet addresses](./output/mainnet.json)
- [Kovan testnet addresses](./output/kovan.json)
- [`SingleRecipientGauge` ABI](./abi/SingleRecipientGauge.json)
- [`SingleRecipientGaugeFactory` ABI](./abi/SingleRecipientGaugeFactory.json)
- [`SingleRecipientGauge` artifact](./artifact/SingleRecipientGauge.json)
- [`SingleRecipientGaugeFactory` artifact](./artifact/SingleRecipientGaugeFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Deployment of the `TestBalancerToken`, for replicating the BAL token's access co
## Useful Files

- [Kovan testnet addresses](./output/kovan.json)
- [`TestBalancerToken` ABI](./abi/TestBalancerToken.json)
- [`TestBalancerToken` artifact](./artifact/TestBalancerToken.json)
4 changes: 2 additions & 2 deletions pkg/deployments/tasks/20220325-ve-delegation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Deployment of `VotingEscrowDelegation`, for delegation of veBAL-related boosts.

- [Ethereum mainnet addresses](./output/mainnet.json)
- [Kovan addresses](./output/kovan.json)
- [`VotingEscrowDelegation` ABI](./abi/VotingEscrowDelegation.json)
- [`VotingEscrowDelegationProxy` ABI](./abi/VotingEscrowDelegationProxy.json)
- [`VotingEscrowDelegation` artifact](./artifact/VotingEscrowDelegation.json)
- [`VotingEscrowDelegationProxy` artifact](./artifact/VotingEscrowDelegationProxy.json)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Second deployment of the `ERC4626LinearPoolFactory`, for Linear Pools with a ERC
- [Polygon address](./output/polygon.json)
- [Arbitrum address](./output/arbitrum.json)
- [Optimism address](./output/optimism.json)
- [`ERC4626LinearPool` ABI](./abi/ERC4626LinearPool.json)
- [`ERC4626LinearPool` artifact](./artifact/ERC4626LinearPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Deployment of the `ChildChainLiquidityGaugeFactory`, for liquidity gauges to be

- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [`ChildChainStreamer` ABI](./abi/ChildChainStreamer.json)
- [`RewardsOnlyGauge` ABI](./abi/RewardsOnlyGauge.json)
- [`ChildChainGaugeFactory` ABI](./abi/ChildChainGaugeFactory.json)
- [`ChildChainStreamer` artifact](./artifact/ChildChainStreamer.json)
- [`RewardsOnlyGauge` artifact](./artifact/RewardsOnlyGauge.json)
- [`ChildChainGaugeFactory` artifact](./artifact/ChildChainGaugeFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Deployment of the `SmartWalletChecker`, responsible allowlisting select contract
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`SmartWalletChecker` ABI](./abi/SmartWalletChecker.json)
- [`SmartWalletChecker` artifact](./artifact/SmartWalletChecker.json)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Deployment of the `UnbuttonAaveLinearPoolFactory`, for Aave Linear Pools where b
- [Polygon address](./output/polygon.json)
- [Arbitrum address](./output/arbitrum.json)
- [Optimism address](./output/optimism.json)
- [`UnbuttonAaveLinearPool` ABI](./abi/UnbuttonAaveLinearPool.json)
- [`UnbuttonAaveLinearPool` artifact](./artifact/UnbuttonAaveLinearPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The relayer is mostly useful on mainnet, as it included mainnet hardcoded addres
- [Ethereum mainnet addresses](./output/mainnet.json)
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [`DoubleEntryPointFixRelayer` ABI](./abi/DoubleEntryPointFixRelayer.json)
- [`DoubleEntryPointFixRelayer` artifact](./artifact/DoubleEntryPointFixRelayer.json)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ See [the Double Entrypoint Fix Relayer](../20220513-double-entrypoint-fix-relaye
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Optimism addresses](./output/optimism.json)
- [`ProtocolFeesWithdrawer` ABI](./abi/ProtocolFeesWithdrawer.json)
- [`ProtocolFeesWithdrawer` artifact](./artifact/ProtocolFeesWithdrawer.json)
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Deployment of the Child Chain Gauge Token Adder, which is used to add reward tok
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Optimism addresses](./output/optimism.json)
- [`ChildChainGaugeTokenAdder` ABI](./abi/ChildChainGaugeTokenAdder.json)
- [`ChildChainGaugeTokenAdder` artifact](./artifact/ChildChainGaugeTokenAdder.json)
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ See [the Tribe DAO proposal](https://forum.balancer.fi/t/tribe-dao-boost-delegat
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`PreseededVotingEscrowDelegation` ABI](./abi/PreseededVotingEscrowDelegation.json)
- [`PreseededVotingEscrowDelegation` artifact](./artifact/PreseededVotingEscrowDelegation.json)
4 changes: 2 additions & 2 deletions pkg/deployments/tasks/20220609-stable-pool-v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Deployment of a new version of `StablePoolFactory` corresponding to the [Phase I
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Optimism addresses](./output/optimism.json)
- [`StablePool` ABI](./abi/StablePool.json)
- [`StablePoolFactory` ABI](./abi/StablePoolFactory.json)
- [`StablePool` artifact](./artifact/StablePool.json)
- [`StablePoolFactory` artifact](./artifact/StablePoolFactory.json)
2 changes: 1 addition & 1 deletion pkg/deployments/tasks/20220628-gauge-adder-v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Deployment of the new `GaugeAdder`, a helper contract which helps prevent some f
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`GaugeAdder` ABI](./abi/GaugeAdder.json)
- [`GaugeAdder` artifact](./artifact/GaugeAdder.json)
- [Previous `GaugeAdder` deployment](../20220325-gauge-adder/)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Deployment of the `DistributionScheduler`, which can be used to schedule token d
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`DistributionScheduler` ABI](./abi/DistributionScheduler.json)
- [`DistributionScheduler` artifact](./artifact/DistributionScheduler.json)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This version contains some bugfixes, and lets users (both EOAs and contracts) pr
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`FeeDistributor` ABI](./abi/FeeDistributor.json)
- [`FeeDistributor` artifact](./artifact/FeeDistributor.json)
2 changes: 1 addition & 1 deletion pkg/deployments/tasks/20220721-balancer-queries/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ result they would have if called on the Vault given the current state.
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet addresses](./output/arbitrum.json)
- [Optimism mainnet addresses](./output/optimism.json)
- [`BalancerQueries` ABI](./abi/BalancerQueries.json)
- [`BalancerQueries` artifact](./artifact/BalancerQueries.json)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Deployment of the `ProtocolFeePercentagesProvider` contract. It provides a conve
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet addresses](./output/arbitrum.json)
- [Optimism mainnet addresses](./output/optimism.json)
- [`ProtocolFeePercentagesProvider` ABI](./abi/ProtocolFeePercentagesProvider.json)
- [`ProtocolFeePercentagesProvider` artifact](./artifact/ProtocolFeePercentagesProvider.json)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Deployment of the `ChildChainGaugeRewardHelper`, a helper contract that can be u
- [Arbitrum mainnet addresses](./output/arbitrum.json)
- [Optimism mainnet addresses](./output/optimism.json)
- [Goerli testnet addresses](./output/goerli.json)
- [`ChildChainGaugeRewardHelper` ABI](./abi/ChildChainGaugeRewardHelper.json)
- [`ChildChainGaugeRewardHelper` artifact](./artifact/ChildChainGaugeRewardHelper.json)
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Deployment of the `LiquidityGaugeFactory`, for liquidity gauges to be used with

- [Ethereum mainnet addresses](./output/mainnet.json)
- [Goerli testnet addresses](./output/goerli.json)
- [`LiquidityGaugeV5` ABI](./abi/LiquidityGaugeV5.json)
- [`LiquidityGaugeFactory` ABI](./abi/LiquidityGaugeFactory.json)
- [`LiquidityGaugeV5` artifact](./artifact/LiquidityGaugeV5.json)
- [`LiquidityGaugeFactory` artifact](./artifact/LiquidityGaugeFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Deployment of the `ArbitrumRootGaugeFactory`, for stakeless gauges that bridge f
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`ArbitrumRootGauge` ABI](./abi/ArbitrumRootGauge.json)
- [`ArbitrumRootGaugeFactory` ABI](./abi/ArbitrumRootGaugeFactory.json)
- [`ArbitrumRootGauge` artifact](./artifact/ArbitrumRootGauge.json)
- [`ArbitrumRootGaugeFactory` artifact](./artifact/ArbitrumRootGaugeFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Deployment of the `OptimismRootGaugeFactory`, for stakeless gauges that bridge f
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`OptimismRootGauge` ABI](./abi/OptimismRootGauge.json)
- [`OptimismRootGaugeFactory` ABI](./abi/OptimismRootGaugeFactory.json)
- [`OptimismRootGauge` artifact](./artifact/OptimismRootGauge.json)
- [`OptimismRootGaugeFactory` artifact](./artifact/OptimismRootGaugeFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Deployment of the `PolygonRootGaugeFactory`, for stakeless gauges that bridge fu
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`PolygonRootGauge` ABI](./abi/PolygonRootGauge.json)
- [`PolygonRootGaugeFactory` ABI](./abi/PolygonRootGaugeFactory.json)
- [`PolygonRootGauge` artifact](./artifact/PolygonRootGauge.json)
- [`PolygonRootGaugeFactory` artifact](./artifact/PolygonRootGaugeFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Deployment of `ComposableStablePoolFactory`, which allows creating Stable Pools
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Optimism addresses](./output/optimism.json)
- [`ComposableStablePool` ABI](./abi/ComposableStablePool.json)
- [`ComposableStablePoolFactory` ABI](./abi/ComposableStablePoolFactory.json)
- [`ComposableStablePool` artifact](./artifact/ComposableStablePool.json)
- [`ComposableStablePoolFactory` artifact](./artifact/ComposableStablePoolFactory.json)
4 changes: 2 additions & 2 deletions pkg/deployments/tasks/20220908-weighted-pool-v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Deployment of the `WeightedPoolFactory`, which allows creating Weighted Pools wh
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Optimism addresses](./output/optimism.json)
- [`WeightedPool` ABI](./abi/WeightedPool.json)
- [`WeightedPoolFactory` ABI](./abi/WeightedPoolFactory.json)
- [`WeightedPool` artifact](./artifact/WeightedPool.json)
- [`WeightedPoolFactory` artifact](./artifact/WeightedPoolFactory.json)
4 changes: 2 additions & 2 deletions pkg/deployments/tasks/20220916-batch-relayer-v4/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ This new version provides quality of life improvements, like read-only chained r
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet addresses](./output/arbitrum.json)
- [Optimism mainnet addresses](./output/optimism.json)
- [`BalancerRelayer` ABI](./abi/BalancerRelayer.json)
- [`BatchRelayerLibrary` ABI](./abi/BatchRelayerLibrary.json)
- [`BalancerRelayer` artifact](./artifact/BalancerRelayer.json)
- [`BatchRelayerLibrary` artifact](./artifact/BatchRelayerLibrary.json)
4 changes: 2 additions & 2 deletions pkg/deployments/tasks/20221021-managed-pool/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ A Managed Pool is a Weighted Pool with mutable tokens and weights, designed to b
- [Polygon addresses](./output/polygon.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Optimism addresses](./output/optimism.json)
- [`ManagedPool` ABI](./abi/ManagedPool.json)
- [`ManagedPoolFactory` ABI](./abi/ManagedPoolFactory.json)
- [`ManagedPool` artifact](./artifact/ManagedPool.json)
- [`ManagedPoolFactory` artifact](./artifact/ManagedPoolFactory.json)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Deployment of the `AuthorizerAdaptorEntrypoint`, a gateway contract created to a
- [Optimism mainnet address](./output/optimism.json)
- [BSC mainnet address](./output/bsc.json)
- [Gnosis mainnet address](./output/gnosis.json)
- [`AuthorizerAdaptor` ABI](./abi/AuthorizerAdaptor.json))
- [`AuthorizerAdaptor` artifact](./artifact/AuthorizerAdaptor.json))
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Deployment of the `AaveLinearPoolFactory`, for Linear Pools with a wrapped aToke
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [`AaveLinearPool` ABI](./abi/AaveLinearPool.json)
- [`AaveLinearPoolFactory` ABI](./abi/AaveLinearPoolFactory.json)
- [`AaveLinearPoolRebalancer` ABI](./abi/AaveLinearPoolRebalancer.json)
- [`AaveLinearPool` artifact](./artifact/AaveLinearPool.json)
- [`AaveLinearPoolFactory` artifact](./artifact/AaveLinearPoolFactory.json)
- [`AaveLinearPoolRebalancer` artifact](./artifact/AaveLinearPoolRebalancer.json)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Deployment of the `PoolRecoveryHelper`, which provides a permissionless way to m
- [Optimism addresses](./output/optimism.json)
- [Binance addresses](./output/bsc.json)
- [Gnosis addresses](./output/gnosis.json)
- [`PoolRecoveryHelper` ABI](./abi/PoolRecoveryHelper.json)
- [`PoolRecoveryHelper` artifact](./artifact/PoolRecoveryHelper.json)
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Deployment of the `WeightedPoolFactory`, for Weighted Pools of up to 8 tokens, a
- [Polygon mainnet address](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [`WeightedPool` ABI](./abi/WeightedPool.json)
- [`WeightedPool2Tokens` ABI](./abi/WeightedPool2Tokens.json)
- [`WeightedPool` artifact](./artifact/WeightedPool.json)
- [`WeightedPool2Tokens` artifact](./artifact/WeightedPool2Tokens.json)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Deployment of the `StablePoolFactory`, for Stable Pools of up to 5 tokens.
- [Polygon mainnet address](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [Optimism mainnet address](./output/optimism.json)
- [`StablePool` ABI](./abi/StablePool.json)
- [`StablePool` artifact](./artifact/StablePool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Deployment of the `LiquidityBootstrappingPoolFactory`, for Liquidity Bootstrappi
- [Ethereum mainnet addresses](./output/mainnet.json)
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [`LiquidityBootstrappingPool` ABI](./abi/LiquidityBootstrappingPool.json)
- [`LiquidityBootstrappingPool` artifact](./artifact/LiquidityBootstrappingPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Distributor contract for LDO rewards.
## Useful Files

- [Ethereum mainnet address](./output/mainnet.json)
- [`MerkleRedeem` ABI](./abi/MerkleRedeem.json)
- [`MerkleRedeem` artifact](./artifact/MerkleRedeem.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Deployment of the `LidoRelayer`, for using stETH with the Balancer Vault without
## Useful Files

- [Ethereum mainnet addresses](./output/mainnet.json)
- [`LidoRelayer` ABI](./abi/LidoRelayer.json)
- [`LidoRelayer` artifact](./artifact/LidoRelayer.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- [Ethereum mainnet addresses](./output/mainnet.json)
- [Polygon mainnet address](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [`InvestmentPool` ABI](./abi/InvestmentPool.json)
- [`InvestmentPool` artifact](./artifact/InvestmentPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Distributor contract for BAL rewards on Arbitrum.
## Useful Files

- [Arbitrum mainnet address](./output/arbitrum.json)
- [`MerkleRedeem` ABI](./abi/MerkleRedeem.json)
- [`MerkleRedeem` artifact](./artifact/MerkleRedeem.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Distributor contract for MCB rewards on arbitrum.
## Useful Files

- [Ethereum mainnet address](./output/arbitrum.json)
- [`MerkleRedeem` ABI](./abi/MerkleRedeem.json)
- [`MerkleRedeem` artifact](./artifact/MerkleRedeem.json)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Deployment of the `MerkleOrchard`, for distributing tokens via Merkle Trees
- [Ethereum arbitrum addresses](./output/arbitrum.json)
- [Ethereum polygon addresses](./output/polygon.json)
- [Ethereum kovan addresses](./output/kovan.json)
- [`MerkleOrchard` ABI](./abi/MerkleOrchard.json)
- [`MerkleOrchard` artifact](./artifact/MerkleOrchard.json)
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Deployment of the first `BalancerRelayer` using `BatchRelayerLibrary`, for combi
- [Ethereum mainnet addresses](./output/mainnet.json)
- [Arbitrum addresses](./output/arbitrum.json)
- [Polygon addresses](./output/polygon.json)
- [`BalancerRelayer` ABI](./abi/BalancerRelayer.json)
- [`BatchRelayerLibrary` ABI](./abi/BatchRelayerLibrary.json)
- [`BalancerRelayer` artifact](./artifact/BalancerRelayer.json)
- [`BatchRelayerLibrary` artifact](./artifact/BatchRelayerLibrary.json)
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Deployment of the `AaveLinearPoolFactory`, for Linear Pools with a wrapped aToke
- [Ethereum mainnet addresses](./output/mainnet.json)
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [`AaveLinearPool` ABI](./abi/AaveLinearPool.json)
- [`AaveLinearPool` artifact](./artifact/AaveLinearPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Deployment of the `StablePhantomPoolFactory`, for Meta Stable Pools with premint
- [Ethereum mainnet addresses](./output/mainnet.json)
- [Polygon mainnet addresses](./output/polygon.json)
- [Arbitrum mainnet address](./output/arbitrum.json)
- [`StablePhantomPool` ABI](./abi/StablePhantomPool.json)
- [`StablePhantomPool` artifact](./artifact/StablePhantomPool.json)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Preliminary deployment of the `ERC4626LinearPoolFactory`, for Linear Pools with
## Useful Files

- [Polygon mainnet addresses](./output/polygon.json)
- [`ERC4626LinearPool` ABI](./abi/ERC4626LinearPool.json)
- [`ERC4626LinearPool` artifact](./artifact/ERC4626LinearPool.json)
Loading