@zerodev/sdk
Advanced tools
Comparing version 5.3.16 to 5.3.17
@@ -21,2 +21,3 @@ "use strict"; | ||
...opts, | ||
timeout: bundlerTransport({}).config.timeout, | ||
retryCount: 0 | ||
@@ -29,3 +30,7 @@ }); | ||
return _bundlerTransport; | ||
_bundlerTransport = (0, viem_1.http)((0, utils_js_1.setPimlicoAsProvider)(_bundlerTransport.value?.url))({ ...opts, retryCount: 0 }); | ||
_bundlerTransport = (0, viem_1.http)((0, utils_js_1.setPimlicoAsProvider)(_bundlerTransport.value?.url))({ | ||
...opts, | ||
timeout: bundlerTransport({}).config.timeout, | ||
retryCount: 0 | ||
}); | ||
return _bundlerTransport; | ||
@@ -32,0 +37,0 @@ }, |
@@ -18,2 +18,3 @@ import { getEntryPointVersion } from "permissionless"; | ||
...opts, | ||
timeout: bundlerTransport({}).config.timeout, | ||
retryCount: 0 | ||
@@ -26,3 +27,7 @@ }); | ||
return _bundlerTransport; | ||
_bundlerTransport = http(setPimlicoAsProvider(_bundlerTransport.value?.url))({ ...opts, retryCount: 0 }); | ||
_bundlerTransport = http(setPimlicoAsProvider(_bundlerTransport.value?.url))({ | ||
...opts, | ||
timeout: bundlerTransport({}).config.timeout, | ||
retryCount: 0 | ||
}); | ||
return _bundlerTransport; | ||
@@ -29,0 +34,0 @@ }, |
@@ -95,2 +95,3 @@ import { getEntryPointVersion } from "permissionless" | ||
...opts, | ||
timeout: bundlerTransport({}).config.timeout, | ||
retryCount: 0 | ||
@@ -107,3 +108,7 @@ }) | ||
setPimlicoAsProvider(_bundlerTransport.value?.url) | ||
)({ ...opts, retryCount: 0 }) | ||
)({ | ||
...opts, | ||
timeout: bundlerTransport({}).config.timeout, | ||
retryCount: 0 | ||
}) | ||
return _bundlerTransport | ||
@@ -110,0 +115,0 @@ }, |
{ | ||
"name": "@zerodev/sdk", | ||
"version": "5.3.16", | ||
"version": "5.3.17", | ||
"author": "ZeroDev", | ||
@@ -5,0 +5,0 @@ "main": "./_cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1317837
26461