@gearbox-protocol/deploy-tools 5.3.3 → 5.3.4

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 +8 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -381679,7 +381679,13 @@ function normalizeTransactions(batch) {
381679
381679
  });
381680
381680
  }
381681
381681
  function normalizeDirectTx(t) {
381682
- const abi32 = [t.contractMethod];
381682
+ const abi32 = [
381683
+ {
381684
+ type: "function",
381685
+ outputs: [],
381686
+ ...t.contractMethod
381687
+ }
381688
+ ];
381683
381689
  const parameters = t.contractMethod.inputs.map((i) => ({
381684
381690
  name: i.name,
381685
381691
  type: i.type,
@@ -397217,7 +397223,7 @@ function getRenderer(opts) {
397217
397223
  var package_default = {
397218
397224
  name: "@gearbox-protocol/deploy-tools",
397219
397225
  description: "Gearbox deploy tools",
397220
- version: "5.3.3",
397226
+ version: "5.3.4",
397221
397227
  homepage: "https://gearbox.fi",
397222
397228
  keywords: [
397223
397229
  "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": "5.3.3",
4
+ "version": "5.3.4",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"