@gearbox-protocol/deploy-tools 5.3.30 → 5.3.31

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 +6 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -409891,6 +409891,10 @@ var SDKExample = class {
409891
409891
  });
409892
409892
  this.#logger?.debug(`faucet address: ${faucetAddr}, owner: ${owner}`);
409893
409893
  await anvil.impersonateAccount({ address: owner });
409894
+ await anvil.setBalance({
409895
+ address: owner,
409896
+ value: parseEther("100")
409897
+ });
409894
409898
  const hash2 = await anvil.writeContract({
409895
409899
  chain: anvil.chain,
409896
409900
  account: owner,
@@ -418309,7 +418313,7 @@ function getRenderer(opts) {
418309
418313
  var package_default = {
418310
418314
  name: "@gearbox-protocol/deploy-tools",
418311
418315
  description: "Gearbox deploy tools",
418312
- version: "5.3.30",
418316
+ version: "5.3.31",
418313
418317
  homepage: "https://gearbox.fi",
418314
418318
  keywords: [
418315
418319
  "gearbox"
@@ -418352,7 +418356,7 @@ var package_default = {
418352
418356
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
418353
418357
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
418354
418358
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
418355
- "@gearbox-protocol/sdk": "^3.0.0-vfour.176",
418359
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.177",
418356
418360
  "@gearbox-protocol/sdk-gov": "^2.33.2",
418357
418361
  "@types/lodash-es": "^4.17.12",
418358
418362
  "@types/node": "^22.10.6",
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.3.30",
4
+ "version": "5.3.31",
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.176",
47
+ "@gearbox-protocol/sdk": "^3.0.0-vfour.177",
48
48
  "@gearbox-protocol/sdk-gov": "^2.33.2",
49
49
  "@types/lodash-es": "^4.17.12",
50
50
  "@types/node": "^22.10.6",