@steerprotocol/sdk 3.0.2 → 3.0.4
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 +3 -2
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9115,7 +9115,7 @@ const steerSubgraphConfig = {
|
|
|
9115
9115
|
[Chain.Mainnet]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-mainnet/prod/gn",
|
|
9116
9116
|
[Chain.Soneium]: "https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/8gCrUHrVS9rHwvDPLTn4Wz6od68ULb7azYuQz25JjRK3",
|
|
9117
9117
|
[Chain.Bera]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-bera/prod/gn",
|
|
9118
|
-
[Chain.Unichain]: "https://
|
|
9118
|
+
[Chain.Unichain]: "https://api.goldsky.com/api/public/project_cmnrgd4exaie801sa45a1609h/subgraphs/steer-protocol-unichain/prod/gn",
|
|
9119
9119
|
[Chain.Hemi]: "https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/2eACJtEGuELqN5roUiHG1jqmCpXt5aimcc8xZdvtMv4z",
|
|
9120
9120
|
[Chain.TataraTestnet]: "https://api.studio.thegraph.com/query/78728/steer-protocol-tatara-testnet/version/latest",
|
|
9121
9121
|
[Chain.Core]: "https://thegraph.coredao.org/subgraphs/name/steer-protocol-core",
|
|
@@ -15114,7 +15114,8 @@ const CUSTOM_BEACON_TO_PROTOCOL_MAP = {
|
|
|
15114
15114
|
[MultiPositionManagers.MultiPositionNest]: Protocol.Nest,
|
|
15115
15115
|
[MultiPositionManagers.MultiPositionCypher]: Protocol.Cypher,
|
|
15116
15116
|
[MultiPositionManagers.MultiPositionSushiManaged]: Protocol.Sushi,
|
|
15117
|
-
[MultiPositionManagers.MultiPositionSparkIntegral]: Protocol.SparkIntegral
|
|
15117
|
+
[MultiPositionManagers.MultiPositionSparkIntegral]: Protocol.SparkIntegral,
|
|
15118
|
+
[MultiPositionManagers.MultiPositionHenjinAlgebraHook]: Protocol.Henjin
|
|
15118
15119
|
};
|
|
15119
15120
|
/**`
|
|
15120
15121
|
* Retrieves the beacon name associated with a given protocol.
|