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