@gearbox-protocol/sdk 11.1.5 → 11.1.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.
@@ -1,4 +1,4 @@
1
- export declare const iDegenDistributorAbi: readonly [{
1
+ export declare const iDegenDistributorV300Abi: readonly [{
2
2
  readonly type: "function";
3
3
  readonly inputs: readonly [{
4
4
  readonly name: "index";
@@ -34,6 +34,16 @@ export declare const iDegenDistributorAbi: readonly [{
34
34
  readonly type: "uint256";
35
35
  }];
36
36
  readonly stateMutability: "view";
37
+ }, {
38
+ readonly type: "function";
39
+ readonly inputs: readonly [];
40
+ readonly name: "degenNFT";
41
+ readonly outputs: readonly [{
42
+ readonly name: "";
43
+ readonly internalType: "address";
44
+ readonly type: "address";
45
+ }];
46
+ readonly stateMutability: "view";
37
47
  }, {
38
48
  readonly type: "function";
39
49
  readonly inputs: readonly [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.1.5",
3
+ "version": "11.1.6",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",