@steerprotocol/sdk 3.0.16 → 3.0.17
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
|
@@ -14988,8 +14988,8 @@ const uniswapV4Config = (theGraphApiKey) => ({
|
|
|
14988
14988
|
beaconContract: MultiPositionManagers.MultiPositionUniswapV4ALM,
|
|
14989
14989
|
additionalBeaconContracts: UniswapHookBeacons,
|
|
14990
14990
|
subgraph: {
|
|
14991
|
-
[Chain.Unichain]: getTheGraphResolverUrl(`
|
|
14992
|
-
[Chain.BSC]: getTheGraphResolverUrl(`
|
|
14991
|
+
[Chain.Unichain]: getTheGraphResolverUrl(`EoCvJ5tyMLMJcTnLQwWpjAtPdn74PcrZgzfcT5bYxNBH`, false, theGraphApiKey),
|
|
14992
|
+
[Chain.BSC]: getTheGraphResolverUrl(`EAq1nJKgjnuKH6Gj4RFjCW7LcL7E2uipbncdwV7TTWkX`, false, theGraphApiKey)
|
|
14993
14993
|
},
|
|
14994
14994
|
PoolManager: {
|
|
14995
14995
|
[Chain.Unichain]: "0x1f98400000000000000000000000000000000004",
|