@gearbox-protocol/deploy-tools 5.57.5 → 5.57.6
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.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -366808,7 +366808,7 @@ var SafeApiWrapper = class {
|
|
|
366808
366808
|
for (const hash4 of hashes) {
|
|
366809
366809
|
const tx = await api.getTransaction(hash4);
|
|
366810
366810
|
transactions.push(tx);
|
|
366811
|
-
await sleep(
|
|
366811
|
+
await sleep(1500);
|
|
366812
366812
|
}
|
|
366813
366813
|
} else {
|
|
366814
366814
|
const resp = await api.getPendingTransactions();
|
|
@@ -374630,7 +374630,7 @@ function getRenderer(opts) {
|
|
|
374630
374630
|
var package_default = {
|
|
374631
374631
|
name: "@gearbox-protocol/deploy-tools",
|
|
374632
374632
|
description: "Gearbox deploy tools",
|
|
374633
|
-
version: "5.57.
|
|
374633
|
+
version: "5.57.6",
|
|
374634
374634
|
homepage: "https://gearbox.fi",
|
|
374635
374635
|
keywords: [
|
|
374636
374636
|
"gearbox"
|