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