@steerprotocol/sdk 2.0.0 → 2.0.1

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.
package/dist/index.cjs CHANGED
@@ -14193,9 +14193,11 @@ const fusionxConfig = () => ({
14193
14193
  //#region src/const/amm/configs/protocols/henjin.ts
14194
14194
  const henjinConfig = () => ({
14195
14195
  beaconContract: MultiPositionManagers.MultiPositionHenjin,
14196
+ algebraHookSupportedChains: [Chain.Taiko],
14196
14197
  subgraph: { [Chain.Taiko]: "https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-info/1.0.1/gn" },
14197
14198
  factoryAddress: { [Chain.Taiko]: "0x42B08e7a9211482d3643a126a7dF1895448d3509" },
14198
- TickLensAddress: { [Chain.Taiko]: "0x245194Ed39516431FF511A74c7B6Df4cb4b5F1F3" }
14199
+ TickLensAddress: { [Chain.Taiko]: "0x245194Ed39516431FF511A74c7B6Df4cb4b5F1F3" },
14200
+ EntryPointAddress: { [Chain.Taiko]: "0x441013A52DDedc8D02eB9B90F7A555F6848188b5" }
14199
14201
  });
14200
14202
  //#endregion
14201
14203
  //#region src/const/amm/configs/protocols/hercules.ts