We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d854556 commit 86af694Copy full SHA for 86af694
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@socket.tech/dl-core",
3
"license": "UNLICENSED",
4
- "version": "2.34.0",
+ "version": "2.35.0",
5
"description": "Smart contracts for socket data layer.",
6
"main": "./dist/src/index.js",
7
"types": "./dist/src/index.d.ts",
scripts/rpcConfig/constants/batcherSupportedChainSlug.ts
@@ -45,7 +45,7 @@ export const batcherSupportedChainSlugs = [
45
ChainSlug.POLYGON_AMOY,
46
ChainSlug.OPBNB,
47
ChainSlug.GEIST,
48
- ChainSlug.ZERO_SEPOLIA,
+ // ChainSlug.ZERO_SEPOLIA,
49
ChainSlug.ZERO,
50
ChainSlug.ZKSYNC,
51
ChainSlug.ARENA_Z,
0 commit comments