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