@gearbox-protocol/sdk 14.11.12 → 14.11.13

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.
@@ -203,7 +203,7 @@ const chains = {
203
203
  symbol: "USDT0"
204
204
  },
205
205
  firstBlock: 34650262n,
206
- gasLimit: 200000000n
206
+ gasLimit: 150000000n
207
207
  }),
208
208
  Berachain: withPublicNode(
209
209
  {
@@ -189,7 +189,7 @@ const chains = {
189
189
  symbol: "USDT0"
190
190
  },
191
191
  firstBlock: 34650262n,
192
- gasLimit: 200000000n
192
+ gasLimit: 150000000n
193
193
  }),
194
194
  Berachain: withPublicNode(
195
195
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.11.12",
3
+ "version": "14.11.13",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {