@vlayer/sdk 1.4.0-nightly-20250805-2b38ebb81099d9195c36fe9ae02c5ed736ced785 → 1.4.0-nightly-20250807-7dbe5cfa226650fcd7924d3b145177ee6c6c9781

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,6 @@ export const getChainRetries = (chainName) => {
8
8
  if (!chainName || chainName.toLowerCase() === "anvil") {
9
9
  return 60;
10
10
  }
11
- return 300;
11
+ return 600;
12
12
  };
13
13
  //# sourceMappingURL=getChainConfirmations.js.map
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "types": "./dist/api/prover/index.d.ts"
20
20
  }
21
21
  },
22
- "version": "1.4.0-nightly-20250805-2b38ebb81099d9195c36fe9ae02c5ed736ced785",
22
+ "version": "1.4.0-nightly-20250807-7dbe5cfa226650fcd7924d3b145177ee6c6c9781",
23
23
  "scripts": {
24
24
  "build": "bun tsc --project tsconfig.build.json && bun tsc-alias",
25
25
  "test:unit": "vitest --run",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "peerDependencies": {
39
39
  "typescript": "^5.6.3",
40
- "@vlayer/sdk": "1.4.0-nightly-20250805-2b38ebb81099d9195c36fe9ae02c5ed736ced785"
40
+ "@vlayer/sdk": "1.4.0-nightly-20250807-7dbe5cfa226650fcd7924d3b145177ee6c6c9781"
41
41
  },
42
42
  "dependencies": {
43
43
  "@vitejs/plugin-react": "^4.3.2",