@steerprotocol/sdk 3.0.19 → 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 +12 -5
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +12 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +12 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14434,21 +14434,28 @@ const quickSwapIntegralConfig = (theGraphApiKey) => ({
|
|
|
14434
14434
|
algebraHookSupportedChains: [Chain.Base],
|
|
14435
14435
|
subgraph: {
|
|
14436
14436
|
[Chain.Soneium]: getTheGraphResolverUrl("3GsT6AiuDiSzh2fXbFxUKtBxT8rBEGVdQCgHSsKMPHiu", false, theGraphApiKey),
|
|
14437
|
-
[Chain.Base]: getTheGraphResolverUrl("U65NKb6BsDPGqugPAda58ebMLa1RqeMFT76fndB77oe", false, theGraphApiKey)
|
|
14437
|
+
[Chain.Base]: getTheGraphResolverUrl("U65NKb6BsDPGqugPAda58ebMLa1RqeMFT76fndB77oe", false, theGraphApiKey),
|
|
14438
|
+
[Chain.Polygon]: getTheGraphResolverUrl("5JUgNJk47FJRjKRzhZ8JtBpWQA4GyRFzNQFCKNpxkvCM", false, theGraphApiKey)
|
|
14438
14439
|
},
|
|
14439
14440
|
factoryAddress: {
|
|
14440
14441
|
[Chain.Soneium]: "0x8Ff309F68F6Caf77a78E9C20d2Af7Ed4bE2D7093",
|
|
14441
|
-
[Chain.Base]: "0xC5396866754799B9720125B104AE01d935Ab9C7b"
|
|
14442
|
+
[Chain.Base]: "0xC5396866754799B9720125B104AE01d935Ab9C7b",
|
|
14443
|
+
[Chain.Polygon]: "0x134c1dBE4860A9cAaf89002574fFe814772D9904"
|
|
14442
14444
|
},
|
|
14443
14445
|
TickLensAddress: {
|
|
14444
14446
|
[Chain.Soneium]: "0x9AfA76331a01b1b25289306fbD72A4e032FDFe06",
|
|
14445
|
-
[Chain.Base]: "0xC73e303fb323DDFB446E2Cc8c0f1B8199e7930f4"
|
|
14447
|
+
[Chain.Base]: "0xC73e303fb323DDFB446E2Cc8c0f1B8199e7930f4",
|
|
14448
|
+
[Chain.Polygon]: "0x28aDcf283d392e3902F49A7E9A78E40D64348290"
|
|
14446
14449
|
},
|
|
14447
14450
|
QuoterV2Address: {
|
|
14448
14451
|
[Chain.Base]: "0x23E0583a3a000d567bB3848115065c1890D87fb5",
|
|
14449
|
-
[Chain.Soneium]: "0x22e5195BcC9b0C87f330FbCE2755B263662578E2"
|
|
14452
|
+
[Chain.Soneium]: "0x22e5195BcC9b0C87f330FbCE2755B263662578E2",
|
|
14453
|
+
[Chain.Polygon]: "0xa062c2754864F67a259b346D0D7567b2ed406e6E"
|
|
14450
14454
|
},
|
|
14451
|
-
EntryPointAddress: {
|
|
14455
|
+
EntryPointAddress: {
|
|
14456
|
+
[Chain.Base]: "0xb9ce7698cE3dCf21cc88bf7dCc1fE20C85E4226E",
|
|
14457
|
+
[Chain.Polygon]: "0xfcfE065bc131Fa8Bb31A227b2fF4F0EC47D3F1a2"
|
|
14458
|
+
}
|
|
14452
14459
|
});
|
|
14453
14460
|
//#endregion
|
|
14454
14461
|
//#region src/const/amm/configs/protocols/quickswap-univ3.ts
|