From 86af69470e52e4d051bb8dff8bb2e9bf35ad1307 Mon Sep 17 00:00:00 2001 From: arthcp Date: Mon, 25 Nov 2024 13:50:53 +0400 Subject: [PATCH] feat: publish --- package.json | 2 +- scripts/rpcConfig/constants/batcherSupportedChainSlug.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,