@steerprotocol/sdk 3.2.2 → 3.2.3
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 +6 -3
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -15045,7 +15045,8 @@ const aerodromeConfig = (theGraphApiKey) => ({
|
|
|
15045
15045
|
beaconContract: MultiPositionManagers.MultiPositionAerodrome,
|
|
15046
15046
|
subgraph: { [Chain.Base]: getTheGraphResolverUrl("GENunSHWLBXm59mBSgPzQ8metBEp9YDfdqwFr91Av1UM", false, theGraphApiKey) },
|
|
15047
15047
|
factoryAddress: { [Chain.Base]: "0x5e7BB104d84c7CB9B682AaC2F3d509f5F406809A" },
|
|
15048
|
-
TickLensAddress: { [Chain.Base]: "0x49a3A5cf91DE1b78c43Dc1adD03E8A71f1Ea2e30" }
|
|
15048
|
+
TickLensAddress: { [Chain.Base]: "0x49a3A5cf91DE1b78c43Dc1adD03E8A71f1Ea2e30" },
|
|
15049
|
+
QuoterV2Address: { [Chain.Base]: "0x254cF9E1E6e233aa1AC962CB9B05b2cfeAaE15b0" }
|
|
15049
15050
|
});
|
|
15050
15051
|
//#endregion
|
|
15051
15052
|
//#region src/const/amm/configs/protocols/aerodrome-v2.ts
|
|
@@ -15053,7 +15054,8 @@ const aerodromeV2Config = (theGraphApiKey) => ({
|
|
|
15053
15054
|
beaconContract: MultiPositionManagers.MultiPositionAerodromeV2,
|
|
15054
15055
|
subgraph: { [Chain.Base]: getTheGraphResolverUrl("GENunSHWLBXm59mBSgPzQ8metBEp9YDfdqwFr91Av1UM", false, theGraphApiKey) },
|
|
15055
15056
|
factoryAddress: { [Chain.Base]: "0xaDe65c38CD4849aDBA595a4323a8C7DdfE89716a" },
|
|
15056
|
-
TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" }
|
|
15057
|
+
TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" },
|
|
15058
|
+
QuoterV2Address: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" }
|
|
15057
15059
|
});
|
|
15058
15060
|
//#endregion
|
|
15059
15061
|
//#region src/const/amm/configs/protocols/cypher.ts
|
|
@@ -15164,7 +15166,8 @@ const aerodromeV3Config = (theGraphApiKey) => ({
|
|
|
15164
15166
|
beaconContract: MultiPositionManagers.MultiPositionAerodromeV3,
|
|
15165
15167
|
subgraph: { [Chain.Base]: getTheGraphResolverUrl("GENunSHWLBXm59mBSgPzQ8metBEp9YDfdqwFr91Av1UM", false, theGraphApiKey) },
|
|
15166
15168
|
factoryAddress: { [Chain.Base]: "0xf8f2eB4940CFE7d13603DDDD87f123820Fc061Ef" },
|
|
15167
|
-
TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" }
|
|
15169
|
+
TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" },
|
|
15170
|
+
QuoterV2Address: { [Chain.Base]: "0x514c8B5f54112481E28028F1166Bd78501089259" }
|
|
15168
15171
|
});
|
|
15169
15172
|
//#endregion
|
|
15170
15173
|
//#region src/const/amm/configs/ammConfig.ts
|