@gearbox-protocol/sdk 3.0.0-vfour.249 → 3.0.0-vfour.250

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.
@@ -56689,10 +56689,12 @@ var SLIPPAGE_DECIMALS = 100n;
56689
56689
  // src/sdk/constants/networks.ts
56690
56690
  var ADDRESS_PROVIDER_BLOCK = {
56691
56691
  Mainnet: 18433056n,
56692
+ // AddressProvderV3 0x9ea7b04Da02a5373317D745c1571c84aaD03321D
56692
56693
  Arbitrum: 184650310n,
56693
56694
  Optimism: 118410666n,
56694
56695
  Base: 0n,
56695
- Sonic: 0n
56696
+ Sonic: 8515200n
56697
+ // TODO: this is arbitrary block, to avoid staring from zero
56696
56698
  };
56697
56699
  var BLOCK_DURATION_BY_NETWORK = {
56698
56700
  Mainnet: 12.05,
@@ -56682,10 +56682,12 @@ var SLIPPAGE_DECIMALS = 100n;
56682
56682
  // src/sdk/constants/networks.ts
56683
56683
  var ADDRESS_PROVIDER_BLOCK = {
56684
56684
  Mainnet: 18433056n,
56685
+ // AddressProvderV3 0x9ea7b04Da02a5373317D745c1571c84aaD03321D
56685
56686
  Arbitrum: 184650310n,
56686
56687
  Optimism: 118410666n,
56687
56688
  Base: 0n,
56688
- Sonic: 0n
56689
+ Sonic: 8515200n
56690
+ // TODO: this is arbitrary block, to avoid staring from zero
56689
56691
  };
56690
56692
  var BLOCK_DURATION_BY_NETWORK = {
56691
56693
  Mainnet: 12.05,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.249",
3
+ "version": "3.0.0-vfour.250",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.cjs",