@gearbox-protocol/sdk 9.16.1 → 9.16.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.
@@ -147,7 +147,7 @@ class InstanceManagerContract extends import_base_contract.BaseContract {
147
147
  args: decoded ? {
148
148
  target,
149
149
  functionName: decoded.functionName,
150
- args: (0, import_utils.json_stringify)(decoded.args)
150
+ data: (0, import_utils.json_stringify)(decoded.args)
151
151
  } : {
152
152
  target,
153
153
  data
@@ -127,7 +127,7 @@ class InstanceManagerContract extends BaseContract {
127
127
  args: decoded ? {
128
128
  target,
129
129
  functionName: decoded.functionName,
130
- args: json_stringify(decoded.args)
130
+ data: json_stringify(decoded.args)
131
131
  } : {
132
132
  target,
133
133
  data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "9.16.1",
3
+ "version": "9.16.2",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",