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