We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5339d84 commit 8642d3fCopy full SHA for 8642d3f
scripts/rpcConfig/constants/finality.ts
@@ -36,4 +36,14 @@ export const finalityOverrides: {
36
[FinalityBucket.medium]: 10,
37
[FinalityBucket.high]: 100,
38
},
39
+ [ChainSlug.ZERO]: {
40
+ [FinalityBucket.low]: 1,
41
+ [FinalityBucket.medium]: 2000,
42
+ [FinalityBucket.high]: 3000,
43
+ },
44
+ [ChainSlug.ZKSYNC]: {
45
46
47
48
49
};
scripts/rpcConfig/constants/version.ts
@@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";
2
3
export const version = {
4
[DeploymentMode.DEV]: "1.0.5",
5
- [DeploymentMode.PROD]: "1.0.70",
+ [DeploymentMode.PROD]: "1.0.72",
6
0 commit comments