diff --git a/CHANGELOG.md b/CHANGELOG.md index 7305235c..1785d7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - Deployed `ChainlinkRateProviderFactory` to all networks. - Deployed `StakelessGaugeCheckpointer` V2 to Ethereum and Sepolia. - Deployed `BaseRootGaugeFactory` to Mainnet. +- Deployed `BatchRelayerLibrary` V6 to all networks. ### Deprecations diff --git a/tasks/20231031-batch-relayer-v6/readme.md b/tasks/20231031-batch-relayer-v6/readme.md index 8b71e365..726da1d0 100644 --- a/tasks/20231031-batch-relayer-v6/readme.md +++ b/tasks/20231031-batch-relayer-v6/readme.md @@ -8,4 +8,15 @@ This version also adds gauge checkpoint / mint capabilities for gauges (both mai ## Useful Files +- [Ethereum mainnet addresses](./output/mainnet.json) +- [Polygon mainnet addresses](./output/polygon.json) +- [Arbitrum mainnet addresses](./output/arbitrum.json) +- [Optimism mainnet addresses](./output/optimism.json) +- [BSC mainnet addresses](./output/bsc.json) +- [Gnosis mainnet addresses](./output/gnosis.json) +- [Avalanche mainnet addresses](./output/avalanche.json) +- [Polygon zkeVM mainnet addresses](./output/zkevm.json) +- [Base mainnet addresses](./output/base.json) +- [Goerli testnet addresses](./output/goerli.json) +- [Sepolia testnet addresses](./output/sepolia.json) - [`BalancerRelayer` artifact](./artifact/BalancerRelayer.json)