@gearbox-protocol/deploy-tools 1.6.0-next.2 → 1.6.0-next.3

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
@@ -294250,7 +294250,7 @@ var require_GearboxAddressTree = __commonJS({
294250
294250
  return;
294251
294251
  }
294252
294252
  }
294253
- const head = await __privateGet(this, _provider).getBlockNumber();
294253
+ const { number: head } = await __privateGet(this, _provider).getBlock("finalized");
294254
294254
  if (queued.length === 0) {
294255
294255
  queued = [
294256
294256
  {
@@ -365170,7 +365170,7 @@ var require_package3 = __commonJS({
365170
365170
  module2.exports = {
365171
365171
  name: "@gearbox-protocol/deploy-tools",
365172
365172
  description: "Gearbox deploy tools",
365173
- version: "1.6.0-next.1",
365173
+ version: "1.6.0-next.2",
365174
365174
  homepage: "https://gearbox.fi",
365175
365175
  keywords: [
365176
365176
  "gearbox"
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.6.0-next.2",
4
+ "version": "1.6.0-next.3",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"