Skip to content

Commit 86af694

Browse files
committed
feat: publish
1 parent d854556 commit 86af694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socket.tech/dl-core",
33
"license": "UNLICENSED",
4-
"version": "2.34.0",
4+
"version": "2.35.0",
55
"description": "Smart contracts for socket data layer.",
66
"main": "./dist/src/index.js",
77
"types": "./dist/src/index.d.ts",

scripts/rpcConfig/constants/batcherSupportedChainSlug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const batcherSupportedChainSlugs = [
4545
ChainSlug.POLYGON_AMOY,
4646
ChainSlug.OPBNB,
4747
ChainSlug.GEIST,
48-
ChainSlug.ZERO_SEPOLIA,
48+
// ChainSlug.ZERO_SEPOLIA,
4949
ChainSlug.ZERO,
5050
ChainSlug.ZKSYNC,
5151
ChainSlug.ARENA_Z,

0 commit comments

Comments
 (0)