@gearbox-protocol/deploy-tools 5.10.5 → 5.10.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.
Files changed (2) hide show
  1. package/dist/index.mjs +5 -5
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -369687,11 +369687,11 @@ var AddressMap = class {
369687
369687
  * @returns
369688
369688
  */
369689
369689
  mustGet(address) {
369690
- const v = this.get(address);
369691
- if (!v) {
369690
+ const key = getAddress(address);
369691
+ if (!this.#map.has(key)) {
369692
369692
  throw new Error(`address ${address} not found in ${this.#name ?? "map"}`);
369693
369693
  }
369694
- return v;
369694
+ return this.#map.get(key);
369695
369695
  }
369696
369696
  clear() {
369697
369697
  this.#map.clear();
@@ -413945,7 +413945,7 @@ function getRenderer(opts) {
413945
413945
  var package_default = {
413946
413946
  name: "@gearbox-protocol/deploy-tools",
413947
413947
  description: "Gearbox deploy tools",
413948
- version: "5.10.5",
413948
+ version: "5.10.6",
413949
413949
  homepage: "https://gearbox.fi",
413950
413950
  keywords: [
413951
413951
  "gearbox"
@@ -413988,7 +413988,7 @@ var package_default = {
413988
413988
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
413989
413989
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
413990
413990
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
413991
- "@gearbox-protocol/sdk": "3.0.0-vfour.236",
413991
+ "@gearbox-protocol/sdk": "3.0.0-vfour.237",
413992
413992
  "@gearbox-protocol/sdk-gov": "^2.34.1",
413993
413993
  "@types/lodash-es": "^4.17.12",
413994
413994
  "@types/node": "^22.13.1",
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": "5.10.5",
4
+ "version": "5.10.6",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -44,7 +44,7 @@
44
44
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
45
45
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
46
46
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
47
- "@gearbox-protocol/sdk": "3.0.0-vfour.236",
47
+ "@gearbox-protocol/sdk": "3.0.0-vfour.237",
48
48
  "@gearbox-protocol/sdk-gov": "^2.34.1",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.13.1",