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);