Skip to content

Commit aad2447

Browse files
committed
feat: shut chains and version bump
1 parent 5a1feba commit aad2447

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.42.0",
4+
"version": "2.43.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ export const batcherSupportedChainSlugs = [
2121
ChainSlug.BASE,
2222
ChainSlug.MODE,
2323
ChainSlug.REYA_CRONOS,
24-
ChainSlug.SYNDR_SEPOLIA_L3,
24+
// ChainSlug.SYNDR_SEPOLIA_L3,
2525
ChainSlug.POLYNOMIAL_TESTNET,
2626
// ChainSlug.BOB,
27-
ChainSlug.KINTO,
27+
// ChainSlug.KINTO,
2828
// ChainSlug.KINTO_DEVNET,
2929
// ChainSlug.SIPHER_FUNKI_TESTNET,
3030
ChainSlug.WINR,
3131
ChainSlug.BLAST,
3232
// ChainSlug.BSC_TESTNET,
3333
ChainSlug.POLYNOMIAL,
34-
ChainSlug.SYNDR,
34+
// ChainSlug.SYNDR,
3535
// ChainSlug.NEOX_TESTNET,
3636
// ChainSlug.NEOX_T4_TESTNET,
3737
ChainSlug.NEOX,

scripts/rpcConfig/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";
22

33
export const version = {
44
[DeploymentMode.DEV]: "1.0.5",
5-
[DeploymentMode.PROD]: "1.0.101",
5+
[DeploymentMode.PROD]: "1.0.103",
66
};

0 commit comments

Comments
 (0)