diff --git a/CHANGELOG.md b/CHANGELOG.md index da94bd577..f0818b6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # backend +## 2.1.19 + +### Patch Changes + +- 5e21ae1: disable xlayer and zkevm + ## 2.1.18 ### Patch Changes diff --git a/config/xlayer.ts b/config/xlayer.ts index d5118bb1e..6051fddad 100644 --- a/config/xlayer.ts +++ b/config/xlayer.ts @@ -69,5 +69,6 @@ export default { }, }, stakingServices: [], - workerJobs: [...activeChainWorkerJobsGeneric, ...activeChainWorkerJobsV3], + // workerJobs: [...activeChainWorkerJobsGeneric, ...activeChainWorkerJobsV3], + workerJobs: [], }; diff --git a/config/zkevm.ts b/config/zkevm.ts index 56a5ae3fb..c904a7d6b 100644 --- a/config/zkevm.ts +++ b/config/zkevm.ts @@ -128,5 +128,5 @@ export default { }, }, stakingServices: ['gauge'], - workerJobs: [...deprecatedChainWorkerJobs, ...vebalWorkerJobs], + workerJobs: [], }; diff --git a/package.json b/package.json index 3fa09ebc5..1d11edec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.1.18", + "version": "2.1.19", "description": "Backend service for Beethoven X and Balancer", "repository": "https://github.com/balancer/backend", "author": "Beethoven X",