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