diff --git a/package.json b/package.json index a2d25a1d..ac35253d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@socket.tech/dl-core", "license": "UNLICENSED", - "version": "2.34.0", + "version": "2.35.0", "description": "Smart contracts for socket data layer.", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/scripts/rpcConfig/constants/batcherSupportedChainSlug.ts b/scripts/rpcConfig/constants/batcherSupportedChainSlug.ts index f66ab9e0..07522c7b 100644 --- a/scripts/rpcConfig/constants/batcherSupportedChainSlug.ts +++ b/scripts/rpcConfig/constants/batcherSupportedChainSlug.ts @@ -45,7 +45,7 @@ export const batcherSupportedChainSlugs = [ ChainSlug.POLYGON_AMOY, ChainSlug.OPBNB, ChainSlug.GEIST, - ChainSlug.ZERO_SEPOLIA, + // ChainSlug.ZERO_SEPOLIA, ChainSlug.ZERO, ChainSlug.ZKSYNC, ChainSlug.ARENA_Z,