@steerprotocol/sdk 3.0.0 → 3.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.browser.mjs +1 -1
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -14196,7 +14196,7 @@ const henjinConfig = () => ({
|
|
|
14196
14196
|
beaconContract: MultiPositionManagers.MultiPositionHenjin,
|
|
14197
14197
|
beaconAlgebraHook: MultiPositionManagers.MultiPositionHenjinAlgebraHook,
|
|
14198
14198
|
algebraHookSupportedChains: [Chain.Taiko],
|
|
14199
|
-
subgraph: { [Chain.Taiko]: "https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-info/1.0.
|
|
14199
|
+
subgraph: { [Chain.Taiko]: "https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/henjin-info/1.0.5/gn" },
|
|
14200
14200
|
factoryAddress: { [Chain.Taiko]: "0x42B08e7a9211482d3643a126a7dF1895448d3509" },
|
|
14201
14201
|
TickLensAddress: { [Chain.Taiko]: "0x245194Ed39516431FF511A74c7B6Df4cb4b5F1F3" },
|
|
14202
14202
|
EntryPointAddress: { [Chain.Taiko]: "0x441013A52DDedc8D02eB9B90F7A555F6848188b5" }
|