Skip to content

Commit

Permalink
Merge pull request #383 from SocketDotTech/reya-cronos
Browse files Browse the repository at this point in the history
Reenable reya cronos and confirmations fix
  • Loading branch information
arthcp authored Jun 18, 2024
2 parents 95f34bf + 13dde7a commit 3c1ff1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/rpcConfig/constants/batcherSupportedChainSlug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const batcherSupportedChainSlugs = [
ChainSlug.BASE,
ChainSlug.MODE,
// ChainSlug.HOOK_TESTNET,
// ChainSlug.REYA_CRONOS,
ChainSlug.REYA_CRONOS,
ChainSlug.SYNDR_SEPOLIA_L3,
ChainSlug.POLYNOMIAL_TESTNET,
// ChainSlug.BOB,
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.2",
[DeploymentMode.PROD]: "1.0.20",
[DeploymentMode.PROD]: "1.0.22",
};
1 change: 1 addition & 0 deletions scripts/rpcConfig/rpcConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const getChainData = async (
nativeToken: getCurrency(chainSlug),
chainType: getChainType(chainSlug),
reSyncInterval: getReSyncInterval(chainSlug),
confirmations: getReSyncInterval(chainSlug),
finalityInfo: getFinality(chainSlug),
defaultFinalityBucket: getDefaultFinalityBucket(chainSlug),
icon: icons[chainSlug],
Expand Down
1 change: 1 addition & 0 deletions src/socket-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export interface S3ChainConfig {
rpc: string;
blockNumber: number;
reSyncInterval: number;
confirmations: number;
siblings: ChainSlug[];
chainName: string;
eventBlockRange?: number;
Expand Down

0 comments on commit 3c1ff1a

Please sign in to comment.