@steerprotocol/sdk 3.0.18 → 3.0.20
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 +13 -5
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +13 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +13 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.browser.mjs
CHANGED
|
@@ -14431,21 +14431,28 @@ const quickSwapIntegralConfig = (theGraphApiKey) => ({
|
|
|
14431
14431
|
algebraHookSupportedChains: [Chain.Base],
|
|
14432
14432
|
subgraph: {
|
|
14433
14433
|
[Chain.Soneium]: getTheGraphResolverUrl("3GsT6AiuDiSzh2fXbFxUKtBxT8rBEGVdQCgHSsKMPHiu", false, theGraphApiKey),
|
|
14434
|
-
[Chain.Base]: getTheGraphResolverUrl("U65NKb6BsDPGqugPAda58ebMLa1RqeMFT76fndB77oe", false, theGraphApiKey)
|
|
14434
|
+
[Chain.Base]: getTheGraphResolverUrl("U65NKb6BsDPGqugPAda58ebMLa1RqeMFT76fndB77oe", false, theGraphApiKey),
|
|
14435
|
+
[Chain.Polygon]: getTheGraphResolverUrl("5JUgNJk47FJRjKRzhZ8JtBpWQA4GyRFzNQFCKNpxkvCM", false, theGraphApiKey)
|
|
14435
14436
|
},
|
|
14436
14437
|
factoryAddress: {
|
|
14437
14438
|
[Chain.Soneium]: "0x8Ff309F68F6Caf77a78E9C20d2Af7Ed4bE2D7093",
|
|
14438
|
-
[Chain.Base]: "0xC5396866754799B9720125B104AE01d935Ab9C7b"
|
|
14439
|
+
[Chain.Base]: "0xC5396866754799B9720125B104AE01d935Ab9C7b",
|
|
14440
|
+
[Chain.Polygon]: "0x134c1dBE4860A9cAaf89002574fFe814772D9904"
|
|
14439
14441
|
},
|
|
14440
14442
|
TickLensAddress: {
|
|
14441
14443
|
[Chain.Soneium]: "0x9AfA76331a01b1b25289306fbD72A4e032FDFe06",
|
|
14442
|
-
[Chain.Base]: "0xC73e303fb323DDFB446E2Cc8c0f1B8199e7930f4"
|
|
14444
|
+
[Chain.Base]: "0xC73e303fb323DDFB446E2Cc8c0f1B8199e7930f4",
|
|
14445
|
+
[Chain.Polygon]: "0x28aDcf283d392e3902F49A7E9A78E40D64348290"
|
|
14443
14446
|
},
|
|
14444
14447
|
QuoterV2Address: {
|
|
14445
14448
|
[Chain.Base]: "0x23E0583a3a000d567bB3848115065c1890D87fb5",
|
|
14446
|
-
[Chain.Soneium]: "0x22e5195BcC9b0C87f330FbCE2755B263662578E2"
|
|
14449
|
+
[Chain.Soneium]: "0x22e5195BcC9b0C87f330FbCE2755B263662578E2",
|
|
14450
|
+
[Chain.Polygon]: "0xa062c2754864F67a259b346D0D7567b2ed406e6E"
|
|
14447
14451
|
},
|
|
14448
|
-
EntryPointAddress: {
|
|
14452
|
+
EntryPointAddress: {
|
|
14453
|
+
[Chain.Base]: "0xb9ce7698cE3dCf21cc88bf7dCc1fE20C85E4226E",
|
|
14454
|
+
[Chain.Polygon]: "0xfcfE065bc131Fa8Bb31A227b2fF4F0EC47D3F1a2"
|
|
14455
|
+
}
|
|
14449
14456
|
});
|
|
14450
14457
|
//#endregion
|
|
14451
14458
|
//#region src/const/amm/configs/protocols/quickswap-univ3.ts
|
|
@@ -15265,6 +15272,7 @@ const CUSTOM_BEACON_TO_PROTOCOL_MAP = {
|
|
|
15265
15272
|
[StrykePositionManagers.StrykeEqualizerManager]: Protocol.ThickV2,
|
|
15266
15273
|
[StrykePositionManagers.StrykeShadowManager]: Protocol.Shadow,
|
|
15267
15274
|
[MultiPositionManagers.MultiPositionUniswapV4ALM]: Protocol.UniswapV4,
|
|
15275
|
+
[MultiPositionManagers.MultiPositionAerodrome]: Protocol.Aerodrome,
|
|
15268
15276
|
[MultiPositionManagers.MultiPositionUniswapV4HookOld]: Protocol.UniswapV4,
|
|
15269
15277
|
[MultiPositionManagers.MultiPositionBlackholeOld]: Protocol.Blackhole,
|
|
15270
15278
|
[MultiPositionManagers.MultiPositionUniswapV4Hook]: Protocol.UniswapV4,
|