@gearbox-protocol/deploy-tools 1.5.1 → 1.5.2

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -276989,7 +276989,7 @@ var require_package2 = __commonJS({
276989
276989
  module2.exports = {
276990
276990
  name: "@gearbox-protocol/deploy-tools",
276991
276991
  description: "Gearbox deploy tools",
276992
- version: "1.0.0",
276992
+ version: "1.5.1",
276993
276993
  homepage: "https://gearbox.fi",
276994
276994
  keywords: [
276995
276995
  "gearbox"
@@ -278622,7 +278622,7 @@ impersonateSafe_fn = async function() {
278622
278622
  data: addOwnerTx.data.data
278623
278623
  });
278624
278624
  const receipt = await this.provider.getTransactionReceipt(hash);
278625
- if (!receipt.status) {
278625
+ if ((receipt == null ? void 0 : receipt.status) === 0) {
278626
278626
  throw new Error("failed to add owner to safe");
278627
278627
  }
278628
278628
  const owners = await this.safe.getOwners();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"