@gearbox-protocol/sdk 14.5.10 → 14.5.11

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 (23) hide show
  1. package/dist/cjs/abi/compressors/subcompressors/withdrawal/infinifiWithdrawalSubcompressor.js +2 -1
  2. package/dist/cjs/abi/compressors/subcompressors/withdrawal/kelpLRTWithdrawalSubcompressor.js +2 -1
  3. package/dist/cjs/abi/compressors/subcompressors/withdrawal/mellowWithdrawalSubcompressor.js +2 -1
  4. package/dist/cjs/abi/compressors/subcompressors/withdrawal/midasWithdrawalSubcompressor.js +2 -1
  5. package/dist/cjs/abi/compressors/subcompressors/withdrawal/securitizeRedemptionSubcompressor.js +2 -1
  6. package/dist/cjs/abi/compressors/subcompressors/withdrawal/upshiftWithdrawalSubcompressor.js +2 -1
  7. package/dist/cjs/abi/compressors/withdrawalCompressor.js +2 -1
  8. package/dist/esm/abi/compressors/subcompressors/withdrawal/infinifiWithdrawalSubcompressor.js +2 -1
  9. package/dist/esm/abi/compressors/subcompressors/withdrawal/kelpLRTWithdrawalSubcompressor.js +2 -1
  10. package/dist/esm/abi/compressors/subcompressors/withdrawal/mellowWithdrawalSubcompressor.js +2 -1
  11. package/dist/esm/abi/compressors/subcompressors/withdrawal/midasWithdrawalSubcompressor.js +2 -1
  12. package/dist/esm/abi/compressors/subcompressors/withdrawal/securitizeRedemptionSubcompressor.js +2 -1
  13. package/dist/esm/abi/compressors/subcompressors/withdrawal/upshiftWithdrawalSubcompressor.js +2 -1
  14. package/dist/esm/abi/compressors/withdrawalCompressor.js +2 -1
  15. package/dist/types/abi/compressors/subcompressors/withdrawal/infinifiWithdrawalSubcompressor.d.ts +4 -0
  16. package/dist/types/abi/compressors/subcompressors/withdrawal/kelpLRTWithdrawalSubcompressor.d.ts +4 -0
  17. package/dist/types/abi/compressors/subcompressors/withdrawal/mellowWithdrawalSubcompressor.d.ts +4 -0
  18. package/dist/types/abi/compressors/subcompressors/withdrawal/midasWithdrawalSubcompressor.d.ts +4 -0
  19. package/dist/types/abi/compressors/subcompressors/withdrawal/securitizeRedemptionSubcompressor.d.ts +4 -0
  20. package/dist/types/abi/compressors/subcompressors/withdrawal/upshiftWithdrawalSubcompressor.d.ts +4 -0
  21. package/dist/types/abi/compressors/withdrawalCompressor.d.ts +4 -0
  22. package/dist/types/permissionless/bindings/compressors/withdrawal-compressor.d.ts +4 -0
  23. package/package.json +1 -1
@@ -125,7 +125,8 @@ const infinifiWithdrawalSubcompressorAbi = [
125
125
  name: "withdrawalLength",
126
126
  type: "uint256",
127
127
  internalType: "uint256"
128
- }
128
+ },
129
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
129
130
  ]
130
131
  }
131
132
  ],
@@ -125,7 +125,8 @@ const kelpLRTWithdrawalSubcompressorAbi = [
125
125
  name: "withdrawalLength",
126
126
  type: "uint256",
127
127
  internalType: "uint256"
128
- }
128
+ },
129
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
129
130
  ]
130
131
  }
131
132
  ],
@@ -125,7 +125,8 @@ const mellowWithdrawalSubcompressorAbi = [
125
125
  name: "withdrawalLength",
126
126
  type: "uint256",
127
127
  internalType: "uint256"
128
- }
128
+ },
129
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
129
130
  ]
130
131
  }
131
132
  ],
@@ -125,7 +125,8 @@ const midasWithdrawalSubcompressorAbi = [
125
125
  name: "withdrawalLength",
126
126
  type: "uint256",
127
127
  internalType: "uint256"
128
- }
128
+ },
129
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
129
130
  ]
130
131
  }
131
132
  ],
@@ -125,7 +125,8 @@ const securitizeRedemptionSubcompressorAbi = [
125
125
  name: "withdrawalLength",
126
126
  type: "uint256",
127
127
  internalType: "uint256"
128
- }
128
+ },
129
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
129
130
  ]
130
131
  }
131
132
  ],
@@ -125,7 +125,8 @@ const upshiftWithdrawalSubcompressorAbi = [
125
125
  name: "withdrawalLength",
126
126
  type: "uint256",
127
127
  internalType: "uint256"
128
- }
128
+ },
129
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
129
130
  ]
130
131
  }
131
132
  ],
@@ -145,7 +145,8 @@ const withdrawalCompressorAbi = [
145
145
  name: "withdrawalLength",
146
146
  type: "uint256",
147
147
  internalType: "uint256"
148
- }
148
+ },
149
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
149
150
  ]
150
151
  }
151
152
  ],
@@ -102,7 +102,8 @@ const infinifiWithdrawalSubcompressorAbi = [
102
102
  name: "withdrawalLength",
103
103
  type: "uint256",
104
104
  internalType: "uint256"
105
- }
105
+ },
106
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
106
107
  ]
107
108
  }
108
109
  ],
@@ -102,7 +102,8 @@ const kelpLRTWithdrawalSubcompressorAbi = [
102
102
  name: "withdrawalLength",
103
103
  type: "uint256",
104
104
  internalType: "uint256"
105
- }
105
+ },
106
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
106
107
  ]
107
108
  }
108
109
  ],
@@ -102,7 +102,8 @@ const mellowWithdrawalSubcompressorAbi = [
102
102
  name: "withdrawalLength",
103
103
  type: "uint256",
104
104
  internalType: "uint256"
105
- }
105
+ },
106
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
106
107
  ]
107
108
  }
108
109
  ],
@@ -102,7 +102,8 @@ const midasWithdrawalSubcompressorAbi = [
102
102
  name: "withdrawalLength",
103
103
  type: "uint256",
104
104
  internalType: "uint256"
105
- }
105
+ },
106
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
106
107
  ]
107
108
  }
108
109
  ],
@@ -102,7 +102,8 @@ const securitizeRedemptionSubcompressorAbi = [
102
102
  name: "withdrawalLength",
103
103
  type: "uint256",
104
104
  internalType: "uint256"
105
- }
105
+ },
106
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
106
107
  ]
107
108
  }
108
109
  ],
@@ -102,7 +102,8 @@ const upshiftWithdrawalSubcompressorAbi = [
102
102
  name: "withdrawalLength",
103
103
  type: "uint256",
104
104
  internalType: "uint256"
105
- }
105
+ },
106
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
106
107
  ]
107
108
  }
108
109
  ],
@@ -122,7 +122,8 @@ const withdrawalCompressorAbi = [
122
122
  name: "withdrawalLength",
123
123
  type: "uint256",
124
124
  internalType: "uint256"
125
- }
125
+ },
126
+ { name: "maxWithdrawals", type: "uint256", internalType: "uint256" }
126
127
  ]
127
128
  }
128
129
  ],
@@ -135,6 +135,10 @@ export declare const infinifiWithdrawalSubcompressorAbi: readonly [{
135
135
  readonly name: "withdrawalLength";
136
136
  readonly type: "uint256";
137
137
  readonly internalType: "uint256";
138
+ }, {
139
+ readonly name: "maxWithdrawals";
140
+ readonly type: "uint256";
141
+ readonly internalType: "uint256";
138
142
  }];
139
143
  }];
140
144
  readonly stateMutability: "view";
@@ -135,6 +135,10 @@ export declare const kelpLRTWithdrawalSubcompressorAbi: readonly [{
135
135
  readonly name: "withdrawalLength";
136
136
  readonly type: "uint256";
137
137
  readonly internalType: "uint256";
138
+ }, {
139
+ readonly name: "maxWithdrawals";
140
+ readonly type: "uint256";
141
+ readonly internalType: "uint256";
138
142
  }];
139
143
  }];
140
144
  readonly stateMutability: "view";
@@ -135,6 +135,10 @@ export declare const mellowWithdrawalSubcompressorAbi: readonly [{
135
135
  readonly name: "withdrawalLength";
136
136
  readonly type: "uint256";
137
137
  readonly internalType: "uint256";
138
+ }, {
139
+ readonly name: "maxWithdrawals";
140
+ readonly type: "uint256";
141
+ readonly internalType: "uint256";
138
142
  }];
139
143
  }];
140
144
  readonly stateMutability: "view";
@@ -135,6 +135,10 @@ export declare const midasWithdrawalSubcompressorAbi: readonly [{
135
135
  readonly name: "withdrawalLength";
136
136
  readonly type: "uint256";
137
137
  readonly internalType: "uint256";
138
+ }, {
139
+ readonly name: "maxWithdrawals";
140
+ readonly type: "uint256";
141
+ readonly internalType: "uint256";
138
142
  }];
139
143
  }];
140
144
  readonly stateMutability: "view";
@@ -135,6 +135,10 @@ export declare const securitizeRedemptionSubcompressorAbi: readonly [{
135
135
  readonly name: "withdrawalLength";
136
136
  readonly type: "uint256";
137
137
  readonly internalType: "uint256";
138
+ }, {
139
+ readonly name: "maxWithdrawals";
140
+ readonly type: "uint256";
141
+ readonly internalType: "uint256";
138
142
  }];
139
143
  }];
140
144
  readonly stateMutability: "view";
@@ -135,6 +135,10 @@ export declare const upshiftWithdrawalSubcompressorAbi: readonly [{
135
135
  readonly name: "withdrawalLength";
136
136
  readonly type: "uint256";
137
137
  readonly internalType: "uint256";
138
+ }, {
139
+ readonly name: "maxWithdrawals";
140
+ readonly type: "uint256";
141
+ readonly internalType: "uint256";
138
142
  }];
139
143
  }];
140
144
  readonly stateMutability: "view";
@@ -163,6 +163,10 @@ export declare const withdrawalCompressorAbi: readonly [{
163
163
  readonly name: "withdrawalLength";
164
164
  readonly type: "uint256";
165
165
  readonly internalType: "uint256";
166
+ }, {
167
+ readonly name: "maxWithdrawals";
168
+ readonly type: "uint256";
169
+ readonly internalType: "uint256";
166
170
  }];
167
171
  }];
168
172
  readonly stateMutability: "view";
@@ -165,6 +165,10 @@ declare const abi: readonly [{
165
165
  readonly name: "withdrawalLength";
166
166
  readonly type: "uint256";
167
167
  readonly internalType: "uint256";
168
+ }, {
169
+ readonly name: "maxWithdrawals";
170
+ readonly type: "uint256";
171
+ readonly internalType: "uint256";
168
172
  }];
169
173
  }];
170
174
  readonly stateMutability: "view";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.5.10",
3
+ "version": "14.5.11",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",