@steerprotocol/sdk 3.0.15 → 3.0.16
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 +2 -2
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9148,7 +9148,7 @@ const deprecatedBundlesURL = "https://api.steer.finance/deprecated-bundles";
|
|
|
9148
9148
|
*/
|
|
9149
9149
|
const steerSubgraphConfig = {
|
|
9150
9150
|
[Chain.Polygon]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-polygon/prod/gn",
|
|
9151
|
-
[Chain.BSC]: "https://subgraph-
|
|
9151
|
+
[Chain.BSC]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-bsc-beta/prod/gn",
|
|
9152
9152
|
[Chain.Optimism]: "https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/GgW1EwNARL3dyo3acQ3VhraQQ66MHT7QnYuGcQc5geDG",
|
|
9153
9153
|
[Chain.Arbitrum]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-arbitrum/prod/gn",
|
|
9154
9154
|
[Chain.Evmos]: "https://subgraph.satsuma-prod.com/769a117cc018/steer/steer-protocol-evmos/api",
|
|
@@ -14988,7 +14988,7 @@ const uniswapV4Config = (theGraphApiKey) => ({
|
|
|
14988
14988
|
beaconContract: MultiPositionManagers.MultiPositionUniswapV4ALM,
|
|
14989
14989
|
additionalBeaconContracts: UniswapHookBeacons,
|
|
14990
14990
|
subgraph: {
|
|
14991
|
-
[Chain.Unichain]: getTheGraphResolverUrl(`
|
|
14991
|
+
[Chain.Unichain]: getTheGraphResolverUrl(`EAq1nJKgjnuKH6Gj4RFjCW7LcL7E2uipbncdwV7TTWkX`, false, theGraphApiKey),
|
|
14992
14992
|
[Chain.BSC]: getTheGraphResolverUrl(`2qQpC8inZPZL4tYfRQPFGZhsE8mYzE67n5z3Yf5uuKMu`, false, theGraphApiKey)
|
|
14993
14993
|
},
|
|
14994
14994
|
PoolManager: {
|