From 661469317325786d51605b54e3da4b73bc7f3091 Mon Sep 17 00:00:00 2001 From: Jeffrey Bennett Date: Fri, 3 Nov 2023 16:18:10 -0400 Subject: [PATCH] fix: links, and update addresses --- addresses/arbitrum.json | 2 +- addresses/avalanche.json | 2 +- addresses/base.json | 2 +- addresses/bsc.json | 2 +- addresses/gnosis.json | 2 +- addresses/goerli.json | 2 +- addresses/mainnet.json | 2 +- addresses/optimism.json | 2 +- addresses/polygon.json | 2 +- addresses/zkevm.json | 2 +- tasks/20230712-child-chain-gauge-checkpointer/readme.md | 4 ++-- tasks/deprecated/20220916-batch-relayer-v4/readme.md | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/addresses/arbitrum.json b/addresses/arbitrum.json index 99a699dce..6a5369ffb 100644 --- a/addresses/arbitrum.json +++ b/addresses/arbitrum.json @@ -497,7 +497,7 @@ "address": "0x598ce0f1ab64B27256759ef99d883EE51138b9bd" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/addresses/avalanche.json b/addresses/avalanche.json index 8e4214700..755583c0e 100644 --- a/addresses/avalanche.json +++ b/addresses/avalanche.json @@ -143,7 +143,7 @@ "address": "0x03F1ab8b19bcE21EB06C364aEc9e40322572a1e9" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-avax-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/addresses/base.json b/addresses/base.json index 36cfd03b1..007f579d5 100644 --- a/addresses/base.json +++ b/addresses/base.json @@ -121,7 +121,7 @@ "address": "0x76f7204B62f554b79d444588EDac9dfA7032c71a" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/addresses/bsc.json b/addresses/bsc.json index 2ff926564..b9e372dad 100644 --- a/addresses/bsc.json +++ b/addresses/bsc.json @@ -220,7 +220,7 @@ "address": "0x03F1ab8b19bcE21EB06C364aEc9e40322572a1e9" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230320-composable-stable-pool-v4": { "contracts": [ diff --git a/addresses/gnosis.json b/addresses/gnosis.json index a03a50f76..9047f06d8 100644 --- a/addresses/gnosis.json +++ b/addresses/gnosis.json @@ -273,7 +273,7 @@ "address": "0x3536fD480CA495Ac91E698A703248A8915c137a3" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/addresses/goerli.json b/addresses/goerli.json index 6ba455404..0c995ff6b 100644 --- a/addresses/goerli.json +++ b/addresses/goerli.json @@ -747,7 +747,7 @@ "address": "0x03F1ab8b19bcE21EB06C364aEc9e40322572a1e9" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230315-silo-linear-pool": { "contracts": [ diff --git a/addresses/mainnet.json b/addresses/mainnet.json index 94cba84e7..4a7b099ad 100644 --- a/addresses/mainnet.json +++ b/addresses/mainnet.json @@ -875,7 +875,7 @@ "address": "0xfeA793Aa415061C483D2390414275AD314B3F621" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230315-silo-linear-pool": { "contracts": [ diff --git a/addresses/optimism.json b/addresses/optimism.json index b06d89444..ce265f938 100644 --- a/addresses/optimism.json +++ b/addresses/optimism.json @@ -408,7 +408,7 @@ "address": "0x03F1ab8b19bcE21EB06C364aEc9e40322572a1e9" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/addresses/polygon.json b/addresses/polygon.json index fddf03e27..21e2f8fa0 100644 --- a/addresses/polygon.json +++ b/addresses/polygon.json @@ -488,7 +488,7 @@ "address": "0xd18d5D377eb23362e54Fa496597d7E962d56C554" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/addresses/zkevm.json b/addresses/zkevm.json index 20cca286f..a7b67bf28 100644 --- a/addresses/zkevm.json +++ b/addresses/zkevm.json @@ -112,7 +112,7 @@ "address": "0x4678731DC41142A902a114aC5B2F77b63f4a259D" } ], - "status": "ACTIVE" + "status": "DEPRECATED" }, "20230316-child-chain-gauge-factory-v2": { "contracts": [ diff --git a/tasks/20230712-child-chain-gauge-checkpointer/readme.md b/tasks/20230712-child-chain-gauge-checkpointer/readme.md index 0efeb83d0..0b624268f 100644 --- a/tasks/20230712-child-chain-gauge-checkpointer/readme.md +++ b/tasks/20230712-child-chain-gauge-checkpointer/readme.md @@ -1,6 +1,6 @@ -# 2023-07-12 - Child Chain Gauge Checkpointer (Batch Relayer V5.1) +# 2023-07-12 - Child Chain Gauge Checkpointer (Batch Relayer V5.1) -L2 deployment of the `BalancerRelayer` and `BatchRelayerLibrary` based on [Relayer V5](../20230314-batch-relayer-v5/), with added gauge checkpoint functionality. +L2 deployment of the `BalancerRelayer` and `BatchRelayerLibrary` based on [Relayer V5](../deprecated/20230314-batch-relayer-v5/), with added gauge checkpoint functionality. This deployment will not be used as a trusted relayer by the Vault; it will only be used as a `ChildChainGauge` checkpointer, allowing to perform multiple (permissionless) gauge checkpoints in the same transaction. Therefore, it does **not** replace Relayer V5. diff --git a/tasks/deprecated/20220916-batch-relayer-v4/readme.md b/tasks/deprecated/20220916-batch-relayer-v4/readme.md index d7f8e1a96..db985adb6 100644 --- a/tasks/deprecated/20220916-batch-relayer-v4/readme.md +++ b/tasks/deprecated/20220916-batch-relayer-v4/readme.md @@ -2,7 +2,7 @@ > ⚠️ **DEPRECATED: do not use** ⚠️ > This deployment has been deprecated in favor of a new version with full support for stable pools and new protocols. -> The new version is: [batch-relayer-v5](../../20230314-batch-relayer-v5/). +> The new version is: [batch-relayer-v5](../20230314-batch-relayer-v5/). Deployment of the fourth `BalancerRelayer` using `BatchRelayerLibrary`, for combining multiple operations (swaps, joins, etc.) in a single transaction.