From 4f93a82555b0f6206e52278032fbd3921947141d Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 18 Jun 2025 08:33:01 +0200 Subject: [PATCH] chore: Remove Fraxtal and zkEVM - disable Fraxtal Child chain checkpointer, archive later - remove Fraxtal and zkevm root gauge checkpointing: there are no more active veBAL gauges present for those chains. Note that Fraxtal chain is now in support-only mode. zkEVM will be completely shut down in a year --- tasks/Fraxtal Child Chain Gauges Checkpointer/config.json | 4 ++-- tasks/Mainnet Checkpoint Root Gauges/index.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tasks/Fraxtal Child Chain Gauges Checkpointer/config.json b/tasks/Fraxtal Child Chain Gauges Checkpointer/config.json index c9fe001..108111f 100644 --- a/tasks/Fraxtal Child Chain Gauges Checkpointer/config.json +++ b/tasks/Fraxtal Child Chain Gauges Checkpointer/config.json @@ -2,7 +2,7 @@ "autotaskId": "60e270d0-1515-4404-b820-1cabc995aca9", "actionId": "60e270d0-1515-4404-b820-1cabc995aca9", "name": "Fraxtal Child Chain Gauges Checkpointer", - "paused": false, + "paused": true, "trigger": { "type": "schedule", "cron": "*/5 * * * 4" @@ -12,4 +12,4 @@ "stackResourceId": "mystack.fraxtal-child-chain-gauges-checkpointer", "runtime": "nodejs20.x", "dependenciesVersion": "v2024-06-13" -} \ No newline at end of file +} diff --git a/tasks/Mainnet Checkpoint Root Gauges/index.js b/tasks/Mainnet Checkpoint Root Gauges/index.js index c4660a3..92422f5 100644 --- a/tasks/Mainnet Checkpoint Root Gauges/index.js +++ b/tasks/Mainnet Checkpoint Root Gauges/index.js @@ -55,12 +55,10 @@ exports.handler = async function (credentials, context) { 'Polygon', 'Base', 'Gnosis', - 'PolygonZkEvm', 'Avalanche', 'EthereumSingleRecipientGauge', 'Arbitrum', 'Optimism', - 'Fraxtal', ] const store = new KeyValueStoreClient(credentials);