@steerprotocol/sdk 3.2.7 → 3.2.8
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.browser.mjs
CHANGED
|
@@ -14449,7 +14449,7 @@ const novaswapConfig = () => ({
|
|
|
14449
14449
|
const pancakeSwapConfig = (theGraphApiKey) => ({
|
|
14450
14450
|
beaconContract: MultiPositionManagers.MultiPositionPancake,
|
|
14451
14451
|
subgraph: {
|
|
14452
|
-
[Chain.BSC]: getTheGraphResolverUrl("
|
|
14452
|
+
[Chain.BSC]: getTheGraphResolverUrl("ChmxqA9bX71cB2cQTRRULbWUBKoMRk7oh3JnpZShDQ2V", false, theGraphApiKey),
|
|
14453
14453
|
[Chain.Arbitrum]: getTheGraphResolverUrl("251MHFNN1rwjErXD2efWMpNS73SANZN8Ua192zw6iXve", false, theGraphApiKey)
|
|
14454
14454
|
},
|
|
14455
14455
|
factoryAddress: {
|
|
@@ -14945,7 +14945,7 @@ const kodiakConfig = () => ({
|
|
|
14945
14945
|
beaconContract: MultiPositionManagers.MultiPositionKodiak,
|
|
14946
14946
|
subgraph: {
|
|
14947
14947
|
[Chain.BeraChainBartio]: "https://api.goldsky.com/api/public/project_clpx84oel0al201r78jsl0r3i/subgraphs/kodiak-v3-berachain-bartio/latest/gn",
|
|
14948
|
-
[Chain.Bera]: "https://api.
|
|
14948
|
+
[Chain.Bera]: "https://api.subgraph.ormilabs.com/api/public/d7eed6cc-ad4a-4862-8017-89893c4095d3/subgraphs/kodiak-v3/latest/gn"
|
|
14949
14949
|
},
|
|
14950
14950
|
factoryAddress: {
|
|
14951
14951
|
[Chain.BeraChainBartio]: "0x217Cd80795EfCa5025d47023da5c03a24fA95356",
|