From b23b44e801d90c2b38a78bc7e06245baffc2ada2 Mon Sep 17 00:00:00 2001 From: Tom French Date: Thu, 24 Nov 2022 18:14:01 +0000 Subject: [PATCH] chore: update deployment readmes to point to artifact files rather than abis --- pkg/deployments/tasks/20210418-authorizer/readme.md | 2 +- pkg/deployments/tasks/20210418-vault/readme.md | 2 +- .../tasks/20210812-wsteth-rate-provider/readme.md | 2 +- .../tasks/20211202-no-protocol-fee-lbp/readme.md | 2 +- pkg/deployments/tasks/20220325-authorizer-adaptor/readme.md | 2 +- .../tasks/20220325-bal-token-holder-factory/readme.md | 4 ++-- .../tasks/20220325-balancer-token-admin/readme.md | 2 +- pkg/deployments/tasks/20220325-gauge-adder/readme.md | 2 +- pkg/deployments/tasks/20220325-gauge-controller/readme.md | 6 +++--- .../tasks/20220325-single-recipient-gauge-factory/readme.md | 4 ++-- .../tasks/20220325-test-balancer-token/readme.md | 2 +- pkg/deployments/tasks/20220325-ve-delegation/readme.md | 4 ++-- .../tasks/20220404-erc4626-linear-pool-v2/readme.md | 2 +- .../tasks/20220413-child-chain-gauge-factory/readme.md | 6 +++--- .../tasks/20220420-smart-wallet-checker/readme.md | 2 +- .../tasks/20220425-unbutton-aave-linear-pool/readme.md | 2 +- .../tasks/20220513-double-entrypoint-fix-relayer/readme.md | 2 +- .../tasks/20220517-protocol-fee-withdrawer/readme.md | 2 +- .../tasks/20220527-child-chain-gauge-token-adder/readme.md | 2 +- .../20220530-preseeded-voting-escrow-delegation/readme.md | 2 +- pkg/deployments/tasks/20220609-stable-pool-v2/readme.md | 4 ++-- pkg/deployments/tasks/20220628-gauge-adder-v2/readme.md | 2 +- .../tasks/20220707-distribution-scheduler/readme.md | 2 +- pkg/deployments/tasks/20220714-fee-distributor-v2/readme.md | 2 +- pkg/deployments/tasks/20220721-balancer-queries/readme.md | 2 +- .../20220725-protocol-fee-percentages-provider/readme.md | 2 +- .../tasks/20220812-child-chain-reward-helper/readme.md | 2 +- .../tasks/20220822-mainnet-gauge-factory-v2/readme.md | 4 ++-- .../tasks/20220823-arbitrum-root-gauge-factory-v2/readme.md | 4 ++-- .../tasks/20220823-optimism-root-gauge-factory-v2/readme.md | 4 ++-- .../tasks/20220823-polygon-root-gauge-factory-v2/readme.md | 4 ++-- .../tasks/20220906-composable-stable-pool/readme.md | 4 ++-- pkg/deployments/tasks/20220908-weighted-pool-v2/readme.md | 4 ++-- pkg/deployments/tasks/20220916-batch-relayer-v4/readme.md | 4 ++-- pkg/deployments/tasks/20221021-managed-pool/readme.md | 4 ++-- .../tasks/20221111-authorizer-adaptor-entrypoint/readme.md | 2 +- .../tasks/20221115-aave-rebalanced-linear-pool/readme.md | 6 +++--- .../tasks/20221123-pool-recovery-helper/readme.md | 2 +- .../tasks/deprecated/20210418-weighted-pool/readme.md | 4 ++-- .../tasks/deprecated/20210624-stable-pool/readme.md | 2 +- .../20210721-liquidity-bootstrapping-pool/readme.md | 2 +- .../tasks/deprecated/20210811-ldo-merkle/readme.md | 2 +- .../tasks/deprecated/20210812-lido-relayer/readme.md | 2 +- .../tasks/deprecated/20210907-investment-pool/readme.md | 2 +- .../tasks/deprecated/20210913-bal-arbitrum-merkle/readme.md | 2 +- .../tasks/deprecated/20210928-mcb-arbitrum-merkle/readme.md | 2 +- .../tasks/deprecated/20211012-merkle-orchard/readme.md | 2 +- .../tasks/deprecated/20211203-batch-relayer/readme.md | 4 ++-- .../tasks/deprecated/20211208-aave-linear-pool/readme.md | 2 +- .../tasks/deprecated/20211208-stable-phantom-pool/readme.md | 2 +- .../tasks/deprecated/20220304-erc4626-linear-pool/readme.md | 2 +- .../tasks/deprecated/20220318-batch-relayer-v2/readme.md | 4 ++-- .../deprecated/20220325-mainnet-gauge-factory/readme.md | 4 ++-- .../20220413-arbitrum-root-gauge-factory/readme.md | 4 ++-- .../20220413-polygon-root-gauge-factory/readme.md | 4 ++-- .../tasks/deprecated/20220420-fee-distributor/readme.md | 2 +- .../20220628-optimism-root-gauge-factory/readme.md | 4 ++-- .../tasks/deprecated/20220720-batch-relayer-v3/readme.md | 4 ++-- .../20220817-aave-rebalanced-linear-pool/readme.md | 6 +++--- .../scripts/20220325-veBAL-deployment-coordinator/readme.md | 2 +- .../20220415-veBAL-L2-gauge-setup-coordinator/readme.md | 2 +- .../scripts/20220418-veBAL-gauge-fix-coordinator/readme.md | 2 +- .../20220421-smart-wallet-checker-coordinator/readme.md | 2 +- .../scripts/20220606-tribe-bal-minter-coordinator/readme.md | 2 +- .../scripts/20220610-snx-recovery-coordinator/readme.md | 2 +- .../20220721-gauge-adder-migration-coordinator/readme.md | 2 +- 66 files changed, 94 insertions(+), 94 deletions(-) diff --git a/pkg/deployments/tasks/20210418-authorizer/readme.md b/pkg/deployments/tasks/20210418-authorizer/readme.md index 568cfb06cb..b0515f28e6 100644 --- a/pkg/deployments/tasks/20210418-authorizer/readme.md +++ b/pkg/deployments/tasks/20210418-authorizer/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20210418-vault/readme.md b/pkg/deployments/tasks/20210418-vault/readme.md index 15ff2f091f..bb03d04ff4 100644 --- a/pkg/deployments/tasks/20210418-vault/readme.md +++ b/pkg/deployments/tasks/20210418-vault/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20210812-wsteth-rate-provider/readme.md b/pkg/deployments/tasks/20210812-wsteth-rate-provider/readme.md index 9f40638072..698124d423 100644 --- a/pkg/deployments/tasks/20210812-wsteth-rate-provider/readme.md +++ b/pkg/deployments/tasks/20210812-wsteth-rate-provider/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20211202-no-protocol-fee-lbp/readme.md b/pkg/deployments/tasks/20211202-no-protocol-fee-lbp/readme.md index 8f5647fc25..74723a1f27 100644 --- a/pkg/deployments/tasks/20211202-no-protocol-fee-lbp/readme.md +++ b/pkg/deployments/tasks/20211202-no-protocol-fee-lbp/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-authorizer-adaptor/readme.md b/pkg/deployments/tasks/20220325-authorizer-adaptor/readme.md index fa89dd62a3..67c1c8c7ff 100644 --- a/pkg/deployments/tasks/20220325-authorizer-adaptor/readme.md +++ b/pkg/deployments/tasks/20220325-authorizer-adaptor/readme.md @@ -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)) diff --git a/pkg/deployments/tasks/20220325-bal-token-holder-factory/readme.md b/pkg/deployments/tasks/20220325-bal-token-holder-factory/readme.md index 6cff13bfd0..8f7919af95 100644 --- a/pkg/deployments/tasks/20220325-bal-token-holder-factory/readme.md +++ b/pkg/deployments/tasks/20220325-bal-token-holder-factory/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-balancer-token-admin/readme.md b/pkg/deployments/tasks/20220325-balancer-token-admin/readme.md index 7e191d122b..d32fccd6e1 100644 --- a/pkg/deployments/tasks/20220325-balancer-token-admin/readme.md +++ b/pkg/deployments/tasks/20220325-balancer-token-admin/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-gauge-adder/readme.md b/pkg/deployments/tasks/20220325-gauge-adder/readme.md index 023e4217d9..a1d4e77601 100644 --- a/pkg/deployments/tasks/20220325-gauge-adder/readme.md +++ b/pkg/deployments/tasks/20220325-gauge-adder/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-gauge-controller/readme.md b/pkg/deployments/tasks/20220325-gauge-controller/readme.md index d72f120ed9..e48b5cf89a 100644 --- a/pkg/deployments/tasks/20220325-gauge-controller/readme.md +++ b/pkg/deployments/tasks/20220325-gauge-controller/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-single-recipient-gauge-factory/readme.md b/pkg/deployments/tasks/20220325-single-recipient-gauge-factory/readme.md index 5657ff8293..cabc66431f 100644 --- a/pkg/deployments/tasks/20220325-single-recipient-gauge-factory/readme.md +++ b/pkg/deployments/tasks/20220325-single-recipient-gauge-factory/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-test-balancer-token/readme.md b/pkg/deployments/tasks/20220325-test-balancer-token/readme.md index 354fa50d36..64ef35b1c0 100644 --- a/pkg/deployments/tasks/20220325-test-balancer-token/readme.md +++ b/pkg/deployments/tasks/20220325-test-balancer-token/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220325-ve-delegation/readme.md b/pkg/deployments/tasks/20220325-ve-delegation/readme.md index 6dff9aad1d..6426feb8d9 100644 --- a/pkg/deployments/tasks/20220325-ve-delegation/readme.md +++ b/pkg/deployments/tasks/20220325-ve-delegation/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220404-erc4626-linear-pool-v2/readme.md b/pkg/deployments/tasks/20220404-erc4626-linear-pool-v2/readme.md index 0a55afd54d..b6e108a33e 100644 --- a/pkg/deployments/tasks/20220404-erc4626-linear-pool-v2/readme.md +++ b/pkg/deployments/tasks/20220404-erc4626-linear-pool-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220413-child-chain-gauge-factory/readme.md b/pkg/deployments/tasks/20220413-child-chain-gauge-factory/readme.md index 960e0c0b05..5c2cad8430 100644 --- a/pkg/deployments/tasks/20220413-child-chain-gauge-factory/readme.md +++ b/pkg/deployments/tasks/20220413-child-chain-gauge-factory/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220420-smart-wallet-checker/readme.md b/pkg/deployments/tasks/20220420-smart-wallet-checker/readme.md index fe2be3a8cb..49f943dd7e 100644 --- a/pkg/deployments/tasks/20220420-smart-wallet-checker/readme.md +++ b/pkg/deployments/tasks/20220420-smart-wallet-checker/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220425-unbutton-aave-linear-pool/readme.md b/pkg/deployments/tasks/20220425-unbutton-aave-linear-pool/readme.md index 19e83ceaf6..762fc25eb2 100644 --- a/pkg/deployments/tasks/20220425-unbutton-aave-linear-pool/readme.md +++ b/pkg/deployments/tasks/20220425-unbutton-aave-linear-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220513-double-entrypoint-fix-relayer/readme.md b/pkg/deployments/tasks/20220513-double-entrypoint-fix-relayer/readme.md index b2bd5aa1b6..86d677d56c 100644 --- a/pkg/deployments/tasks/20220513-double-entrypoint-fix-relayer/readme.md +++ b/pkg/deployments/tasks/20220513-double-entrypoint-fix-relayer/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220517-protocol-fee-withdrawer/readme.md b/pkg/deployments/tasks/20220517-protocol-fee-withdrawer/readme.md index fd36757091..45dda969e9 100644 --- a/pkg/deployments/tasks/20220517-protocol-fee-withdrawer/readme.md +++ b/pkg/deployments/tasks/20220517-protocol-fee-withdrawer/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220527-child-chain-gauge-token-adder/readme.md b/pkg/deployments/tasks/20220527-child-chain-gauge-token-adder/readme.md index 6bf8839fa5..994ff3c34a 100644 --- a/pkg/deployments/tasks/20220527-child-chain-gauge-token-adder/readme.md +++ b/pkg/deployments/tasks/20220527-child-chain-gauge-token-adder/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220530-preseeded-voting-escrow-delegation/readme.md b/pkg/deployments/tasks/20220530-preseeded-voting-escrow-delegation/readme.md index 8c4b11f98e..7bcaa32c6a 100644 --- a/pkg/deployments/tasks/20220530-preseeded-voting-escrow-delegation/readme.md +++ b/pkg/deployments/tasks/20220530-preseeded-voting-escrow-delegation/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220609-stable-pool-v2/readme.md b/pkg/deployments/tasks/20220609-stable-pool-v2/readme.md index 69eb219f5b..2e44f4b3a2 100644 --- a/pkg/deployments/tasks/20220609-stable-pool-v2/readme.md +++ b/pkg/deployments/tasks/20220609-stable-pool-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220628-gauge-adder-v2/readme.md b/pkg/deployments/tasks/20220628-gauge-adder-v2/readme.md index 5d7107fe60..dbd032ad84 100644 --- a/pkg/deployments/tasks/20220628-gauge-adder-v2/readme.md +++ b/pkg/deployments/tasks/20220628-gauge-adder-v2/readme.md @@ -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/) diff --git a/pkg/deployments/tasks/20220707-distribution-scheduler/readme.md b/pkg/deployments/tasks/20220707-distribution-scheduler/readme.md index 75145f2bff..eac5fb1f36 100644 --- a/pkg/deployments/tasks/20220707-distribution-scheduler/readme.md +++ b/pkg/deployments/tasks/20220707-distribution-scheduler/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220714-fee-distributor-v2/readme.md b/pkg/deployments/tasks/20220714-fee-distributor-v2/readme.md index da4fea8c67..555d42be8d 100644 --- a/pkg/deployments/tasks/20220714-fee-distributor-v2/readme.md +++ b/pkg/deployments/tasks/20220714-fee-distributor-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220721-balancer-queries/readme.md b/pkg/deployments/tasks/20220721-balancer-queries/readme.md index 2d02704259..adc32590f5 100644 --- a/pkg/deployments/tasks/20220721-balancer-queries/readme.md +++ b/pkg/deployments/tasks/20220721-balancer-queries/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220725-protocol-fee-percentages-provider/readme.md b/pkg/deployments/tasks/20220725-protocol-fee-percentages-provider/readme.md index a2813ea4f9..f3d3ad46f8 100644 --- a/pkg/deployments/tasks/20220725-protocol-fee-percentages-provider/readme.md +++ b/pkg/deployments/tasks/20220725-protocol-fee-percentages-provider/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220812-child-chain-reward-helper/readme.md b/pkg/deployments/tasks/20220812-child-chain-reward-helper/readme.md index ade7e69cbd..ae6643d116 100644 --- a/pkg/deployments/tasks/20220812-child-chain-reward-helper/readme.md +++ b/pkg/deployments/tasks/20220812-child-chain-reward-helper/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220822-mainnet-gauge-factory-v2/readme.md b/pkg/deployments/tasks/20220822-mainnet-gauge-factory-v2/readme.md index 93b8460f11..9a0fc2a6b8 100644 --- a/pkg/deployments/tasks/20220822-mainnet-gauge-factory-v2/readme.md +++ b/pkg/deployments/tasks/20220822-mainnet-gauge-factory-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220823-arbitrum-root-gauge-factory-v2/readme.md b/pkg/deployments/tasks/20220823-arbitrum-root-gauge-factory-v2/readme.md index 758c55f921..89427c8d7f 100644 --- a/pkg/deployments/tasks/20220823-arbitrum-root-gauge-factory-v2/readme.md +++ b/pkg/deployments/tasks/20220823-arbitrum-root-gauge-factory-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220823-optimism-root-gauge-factory-v2/readme.md b/pkg/deployments/tasks/20220823-optimism-root-gauge-factory-v2/readme.md index 4e676721fd..106ce5c5e2 100644 --- a/pkg/deployments/tasks/20220823-optimism-root-gauge-factory-v2/readme.md +++ b/pkg/deployments/tasks/20220823-optimism-root-gauge-factory-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220823-polygon-root-gauge-factory-v2/readme.md b/pkg/deployments/tasks/20220823-polygon-root-gauge-factory-v2/readme.md index ec382df4ec..18a798e728 100644 --- a/pkg/deployments/tasks/20220823-polygon-root-gauge-factory-v2/readme.md +++ b/pkg/deployments/tasks/20220823-polygon-root-gauge-factory-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220906-composable-stable-pool/readme.md b/pkg/deployments/tasks/20220906-composable-stable-pool/readme.md index f5e157bb8a..8a48dec5f8 100644 --- a/pkg/deployments/tasks/20220906-composable-stable-pool/readme.md +++ b/pkg/deployments/tasks/20220906-composable-stable-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220908-weighted-pool-v2/readme.md b/pkg/deployments/tasks/20220908-weighted-pool-v2/readme.md index dfada167df..e79ed5bbbf 100644 --- a/pkg/deployments/tasks/20220908-weighted-pool-v2/readme.md +++ b/pkg/deployments/tasks/20220908-weighted-pool-v2/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20220916-batch-relayer-v4/readme.md b/pkg/deployments/tasks/20220916-batch-relayer-v4/readme.md index 4d25fce2e3..8dd4868936 100644 --- a/pkg/deployments/tasks/20220916-batch-relayer-v4/readme.md +++ b/pkg/deployments/tasks/20220916-batch-relayer-v4/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20221021-managed-pool/readme.md b/pkg/deployments/tasks/20221021-managed-pool/readme.md index 3f20e58f2e..573473606e 100644 --- a/pkg/deployments/tasks/20221021-managed-pool/readme.md +++ b/pkg/deployments/tasks/20221021-managed-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20221111-authorizer-adaptor-entrypoint/readme.md b/pkg/deployments/tasks/20221111-authorizer-adaptor-entrypoint/readme.md index a5d6d4c32e..e278356419 100644 --- a/pkg/deployments/tasks/20221111-authorizer-adaptor-entrypoint/readme.md +++ b/pkg/deployments/tasks/20221111-authorizer-adaptor-entrypoint/readme.md @@ -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)) diff --git a/pkg/deployments/tasks/20221115-aave-rebalanced-linear-pool/readme.md b/pkg/deployments/tasks/20221115-aave-rebalanced-linear-pool/readme.md index 377b63d109..384d55445f 100644 --- a/pkg/deployments/tasks/20221115-aave-rebalanced-linear-pool/readme.md +++ b/pkg/deployments/tasks/20221115-aave-rebalanced-linear-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/20221123-pool-recovery-helper/readme.md b/pkg/deployments/tasks/20221123-pool-recovery-helper/readme.md index 23bcb5834c..1ad713f5fd 100644 --- a/pkg/deployments/tasks/20221123-pool-recovery-helper/readme.md +++ b/pkg/deployments/tasks/20221123-pool-recovery-helper/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210418-weighted-pool/readme.md b/pkg/deployments/tasks/deprecated/20210418-weighted-pool/readme.md index e1c742a71c..39ed1163d5 100644 --- a/pkg/deployments/tasks/deprecated/20210418-weighted-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20210418-weighted-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210624-stable-pool/readme.md b/pkg/deployments/tasks/deprecated/20210624-stable-pool/readme.md index 6664992df9..f5e5a270c1 100644 --- a/pkg/deployments/tasks/deprecated/20210624-stable-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20210624-stable-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210721-liquidity-bootstrapping-pool/readme.md b/pkg/deployments/tasks/deprecated/20210721-liquidity-bootstrapping-pool/readme.md index d62247cf62..052da3cd9b 100644 --- a/pkg/deployments/tasks/deprecated/20210721-liquidity-bootstrapping-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20210721-liquidity-bootstrapping-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210811-ldo-merkle/readme.md b/pkg/deployments/tasks/deprecated/20210811-ldo-merkle/readme.md index d8ce6f6d00..7073116480 100644 --- a/pkg/deployments/tasks/deprecated/20210811-ldo-merkle/readme.md +++ b/pkg/deployments/tasks/deprecated/20210811-ldo-merkle/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210812-lido-relayer/readme.md b/pkg/deployments/tasks/deprecated/20210812-lido-relayer/readme.md index 7f305bb535..d391ac3031 100644 --- a/pkg/deployments/tasks/deprecated/20210812-lido-relayer/readme.md +++ b/pkg/deployments/tasks/deprecated/20210812-lido-relayer/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210907-investment-pool/readme.md b/pkg/deployments/tasks/deprecated/20210907-investment-pool/readme.md index 1e7d599e4c..e22f21f9e3 100644 --- a/pkg/deployments/tasks/deprecated/20210907-investment-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20210907-investment-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210913-bal-arbitrum-merkle/readme.md b/pkg/deployments/tasks/deprecated/20210913-bal-arbitrum-merkle/readme.md index 453a94ff86..61b96844fe 100644 --- a/pkg/deployments/tasks/deprecated/20210913-bal-arbitrum-merkle/readme.md +++ b/pkg/deployments/tasks/deprecated/20210913-bal-arbitrum-merkle/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20210928-mcb-arbitrum-merkle/readme.md b/pkg/deployments/tasks/deprecated/20210928-mcb-arbitrum-merkle/readme.md index eb4ece3040..46147dc62a 100644 --- a/pkg/deployments/tasks/deprecated/20210928-mcb-arbitrum-merkle/readme.md +++ b/pkg/deployments/tasks/deprecated/20210928-mcb-arbitrum-merkle/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20211012-merkle-orchard/readme.md b/pkg/deployments/tasks/deprecated/20211012-merkle-orchard/readme.md index edef1080a3..3bdd1f2abf 100644 --- a/pkg/deployments/tasks/deprecated/20211012-merkle-orchard/readme.md +++ b/pkg/deployments/tasks/deprecated/20211012-merkle-orchard/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20211203-batch-relayer/readme.md b/pkg/deployments/tasks/deprecated/20211203-batch-relayer/readme.md index 7e5bcd086d..c6170f2c0f 100644 --- a/pkg/deployments/tasks/deprecated/20211203-batch-relayer/readme.md +++ b/pkg/deployments/tasks/deprecated/20211203-batch-relayer/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20211208-aave-linear-pool/readme.md b/pkg/deployments/tasks/deprecated/20211208-aave-linear-pool/readme.md index 51ba0cbbea..757595831b 100644 --- a/pkg/deployments/tasks/deprecated/20211208-aave-linear-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20211208-aave-linear-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20211208-stable-phantom-pool/readme.md b/pkg/deployments/tasks/deprecated/20211208-stable-phantom-pool/readme.md index 74cbfd0aa0..df3794ac61 100644 --- a/pkg/deployments/tasks/deprecated/20211208-stable-phantom-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20211208-stable-phantom-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20220304-erc4626-linear-pool/readme.md b/pkg/deployments/tasks/deprecated/20220304-erc4626-linear-pool/readme.md index 58c7021b1c..186f2cf5cd 100644 --- a/pkg/deployments/tasks/deprecated/20220304-erc4626-linear-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20220304-erc4626-linear-pool/readme.md @@ -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) diff --git a/pkg/deployments/tasks/deprecated/20220318-batch-relayer-v2/readme.md b/pkg/deployments/tasks/deprecated/20220318-batch-relayer-v2/readme.md index a55f9e76c9..4ad61b6871 100644 --- a/pkg/deployments/tasks/deprecated/20220318-batch-relayer-v2/readme.md +++ b/pkg/deployments/tasks/deprecated/20220318-batch-relayer-v2/readme.md @@ -11,5 +11,5 @@ Deployment of the second `BalancerRelayer` using `BatchRelayerLibrary`, for comb - [Ethereum mainnet addresses](./output/mainnet.json) - [Polygon mainnet addresses](./output/polygon.json) - [Arbitrum mainnet addresses](./output/arbitrum.json) -- [`BalancerRelayer` ABI](./abi/BalancerRelayer.json) -- [`BatchRelayerLibrary` ABI](./abi/BatchRelayerLibrary.json) +- [`BalancerRelayer` artifact](./artifact/BalancerRelayer.json) +- [`BatchRelayerLibrary` artifact](./artifact/BatchRelayerLibrary.json) diff --git a/pkg/deployments/tasks/deprecated/20220325-mainnet-gauge-factory/readme.md b/pkg/deployments/tasks/deprecated/20220325-mainnet-gauge-factory/readme.md index ba4ab260de..9c553c5588 100644 --- a/pkg/deployments/tasks/deprecated/20220325-mainnet-gauge-factory/readme.md +++ b/pkg/deployments/tasks/deprecated/20220325-mainnet-gauge-factory/readme.md @@ -10,5 +10,5 @@ Deployment of the `LiquidityGaugeFactory`, for liquidity gauges to be used with - [Ethereum mainnet addresses](./output/mainnet.json) - [Kovan testnet addresses](./output/kovan.json) -- [`LiquidityGaugeV5` ABI](./abi/LiquidityGaugeV5.json) -- [`LiquidityGaugeFactory` ABI](./abi/LiquidityGaugeFactory.json) +- [`LiquidityGaugeV5` artifact](./artifact/LiquidityGaugeV5.json) +- [`LiquidityGaugeFactory` artifact](./artifact/LiquidityGaugeFactory.json) diff --git a/pkg/deployments/tasks/deprecated/20220413-arbitrum-root-gauge-factory/readme.md b/pkg/deployments/tasks/deprecated/20220413-arbitrum-root-gauge-factory/readme.md index f029839d1a..8b50cd270b 100644 --- a/pkg/deployments/tasks/deprecated/20220413-arbitrum-root-gauge-factory/readme.md +++ b/pkg/deployments/tasks/deprecated/20220413-arbitrum-root-gauge-factory/readme.md @@ -9,5 +9,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) diff --git a/pkg/deployments/tasks/deprecated/20220413-polygon-root-gauge-factory/readme.md b/pkg/deployments/tasks/deprecated/20220413-polygon-root-gauge-factory/readme.md index f88072feec..dae81a0b3f 100644 --- a/pkg/deployments/tasks/deprecated/20220413-polygon-root-gauge-factory/readme.md +++ b/pkg/deployments/tasks/deprecated/20220413-polygon-root-gauge-factory/readme.md @@ -9,5 +9,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) diff --git a/pkg/deployments/tasks/deprecated/20220420-fee-distributor/readme.md b/pkg/deployments/tasks/deprecated/20220420-fee-distributor/readme.md index a95a211a6a..be561bc266 100644 --- a/pkg/deployments/tasks/deprecated/20220420-fee-distributor/readme.md +++ b/pkg/deployments/tasks/deprecated/20220420-fee-distributor/readme.md @@ -10,4 +10,4 @@ Deployment of `FeeDistributor`, responsible for distributing tokens to veBAL hol ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`FeeDistributor` ABI](./abi/FeeDistributor.json) +- [`FeeDistributor` artifact](./artifact/FeeDistributor.json) diff --git a/pkg/deployments/tasks/deprecated/20220628-optimism-root-gauge-factory/readme.md b/pkg/deployments/tasks/deprecated/20220628-optimism-root-gauge-factory/readme.md index f73165a652..bcd1af7cf6 100644 --- a/pkg/deployments/tasks/deprecated/20220628-optimism-root-gauge-factory/readme.md +++ b/pkg/deployments/tasks/deprecated/20220628-optimism-root-gauge-factory/readme.md @@ -9,5 +9,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) diff --git a/pkg/deployments/tasks/deprecated/20220720-batch-relayer-v3/readme.md b/pkg/deployments/tasks/deprecated/20220720-batch-relayer-v3/readme.md index edbb8b923f..26a8af8911 100644 --- a/pkg/deployments/tasks/deprecated/20220720-batch-relayer-v3/readme.md +++ b/pkg/deployments/tasks/deprecated/20220720-batch-relayer-v3/readme.md @@ -14,5 +14,5 @@ This new version adds support for Liquidity Gauge interactions, including stakin - [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) diff --git a/pkg/deployments/tasks/deprecated/20220817-aave-rebalanced-linear-pool/readme.md b/pkg/deployments/tasks/deprecated/20220817-aave-rebalanced-linear-pool/readme.md index 22628325e5..60d7529a0a 100644 --- a/pkg/deployments/tasks/deprecated/20220817-aave-rebalanced-linear-pool/readme.md +++ b/pkg/deployments/tasks/deprecated/20220817-aave-rebalanced-linear-pool/readme.md @@ -12,6 +12,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) diff --git a/pkg/deployments/tasks/scripts/20220325-veBAL-deployment-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220325-veBAL-deployment-coordinator/readme.md index 6268f01784..ed6f33e0ca 100644 --- a/pkg/deployments/tasks/scripts/20220325-veBAL-deployment-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220325-veBAL-deployment-coordinator/readme.md @@ -5,4 +5,4 @@ Deployment of the `veBALDeploymentCoordinator`, responsible for activating the v ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`veBALDeploymentCoordinator` ABI](./abi/veBALDeploymentCoordinator.json) +- [`veBALDeploymentCoordinator` artifact](./artifact/veBALDeploymentCoordinator.json) diff --git a/pkg/deployments/tasks/scripts/20220415-veBAL-L2-gauge-setup-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220415-veBAL-L2-gauge-setup-coordinator/readme.md index ef8322abf1..9d1e26b22c 100644 --- a/pkg/deployments/tasks/scripts/20220415-veBAL-L2-gauge-setup-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220415-veBAL-L2-gauge-setup-coordinator/readme.md @@ -5,4 +5,4 @@ Deployment of the `veBALL2GaugeSetupCoordinator`, responsible for setting up L2 ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`veBALL2GaugeSetupCoordinator` ABI](./abi/veBALL2GaugeSetupCoordinator.json) +- [`veBALL2GaugeSetupCoordinator` artifact](./artifact/veBALL2GaugeSetupCoordinator.json) diff --git a/pkg/deployments/tasks/scripts/20220418-veBAL-gauge-fix-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220418-veBAL-gauge-fix-coordinator/readme.md index aa926db520..0af3c9e41c 100644 --- a/pkg/deployments/tasks/scripts/20220418-veBAL-gauge-fix-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220418-veBAL-gauge-fix-coordinator/readme.md @@ -5,4 +5,4 @@ Deployment of the `veBALGaugeFixCoordinator`, responsible for addressing the iss ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`veBALGaugeFixCoordinator` ABI](./abi/veBALGaugeFixCoordinator.json) +- [`veBALGaugeFixCoordinator` artifact](./artifact/veBALGaugeFixCoordinator.json) diff --git a/pkg/deployments/tasks/scripts/20220421-smart-wallet-checker-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220421-smart-wallet-checker-coordinator/readme.md index 3bc8912b59..6e740b6c03 100644 --- a/pkg/deployments/tasks/scripts/20220421-smart-wallet-checker-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220421-smart-wallet-checker-coordinator/readme.md @@ -5,4 +5,4 @@ Deployment of the `SmartWalletCheckerCoordinator`, responsible for setting up th ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`SmartWalletCheckerCoordinator` ABI](./abi/SmartWalletCheckerCoordinator.json) +- [`SmartWalletCheckerCoordinator` artifact](./artifact/SmartWalletCheckerCoordinator.json) diff --git a/pkg/deployments/tasks/scripts/20220606-tribe-bal-minter-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220606-tribe-bal-minter-coordinator/readme.md index fc05b6ff82..14d025f0b0 100644 --- a/pkg/deployments/tasks/scripts/20220606-tribe-bal-minter-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220606-tribe-bal-minter-coordinator/readme.md @@ -7,4 +7,4 @@ See [the forum post](https://forum.balancer.fi/t/tribe-dao-unclaimable-bal-rewar ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`TribeBALMinterCoordinator` ABI](./abi/TribeBALMinterCoordinator.json) +- [`TribeBALMinterCoordinator` artifact](./artifact/TribeBALMinterCoordinator.json) diff --git a/pkg/deployments/tasks/scripts/20220610-snx-recovery-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220610-snx-recovery-coordinator/readme.md index 5d6721b37e..5718fabc04 100644 --- a/pkg/deployments/tasks/scripts/20220610-snx-recovery-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220610-snx-recovery-coordinator/readme.md @@ -8,4 +8,4 @@ See [the forum post](https://forum.balancer.fi/t/tribe-dao-unclaimable-bal-rewar - [Ethereum addresses](./output/mainnet.json) - [Optimism addresses](./output/optimism.json) -- [`SNXRecoveryCoordinator` ABI](./abi/SNXRecoveryCoordinator.json) +- [`SNXRecoveryCoordinator` artifact](./artifact/SNXRecoveryCoordinator.json) diff --git a/pkg/deployments/tasks/scripts/20220721-gauge-adder-migration-coordinator/readme.md b/pkg/deployments/tasks/scripts/20220721-gauge-adder-migration-coordinator/readme.md index 6890c122fb..bc3b4b47da 100644 --- a/pkg/deployments/tasks/scripts/20220721-gauge-adder-migration-coordinator/readme.md +++ b/pkg/deployments/tasks/scripts/20220721-gauge-adder-migration-coordinator/readme.md @@ -7,4 +7,4 @@ The GaugeAdder is being migrated from [this implementation](../../20220325-gauge ## Useful Files - [Ethereum mainnet addresses](./output/mainnet.json) -- [`GaugeAdderMigrationCoordinator` ABI](./abi/GaugeAdderMigrationCoordinator.json) +- [`GaugeAdderMigrationCoordinator` artifact](./artifact/GaugeAdderMigrationCoordinator.json)