Skip to content

Commit

Permalink
feat: reenable sync chains
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Nov 7, 2024
1 parent c72fb95 commit 16661e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/rpcConfig/constants/batcherSupportedChainSlug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const batcherSupportedChainSlugs = [
ChainSlug.BASE,
ChainSlug.MODE,
ChainSlug.REYA_CRONOS,
// ChainSlug.SYNDR_SEPOLIA_L3,
ChainSlug.SYNDR_SEPOLIA_L3,
ChainSlug.POLYNOMIAL_TESTNET,
// ChainSlug.BOB,
ChainSlug.KINTO,
Expand All @@ -31,7 +31,7 @@ export const batcherSupportedChainSlugs = [
ChainSlug.BLAST,
// ChainSlug.BSC_TESTNET,
ChainSlug.POLYNOMIAL,
// ChainSlug.SYNDR,
ChainSlug.SYNDR,
// ChainSlug.NEOX_TESTNET,
ChainSlug.NEOX_T4_TESTNET,
ChainSlug.NEOX,
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpcConfig/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";

export const version = {
[DeploymentMode.DEV]: "1.0.5",
[DeploymentMode.PROD]: "1.0.66",
[DeploymentMode.PROD]: "1.0.67",
};

0 comments on commit 16661e2

Please sign in to comment.