@steerprotocol/sdk 3.2.1 → 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.
@@ -9259,7 +9259,7 @@ const steerSubgraphConfig = {
9259
9259
  [Chain.Katana]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-katana/prod/gn",
9260
9260
  [Chain.Ronin]: offlineSubgraphUrl("ronin"),
9261
9261
  [Chain.Saga]: offlineSubgraphUrl("saga"),
9262
- [Chain.Nibiru]: "https://app.sentio.xyz//api/v1/graphql/rakesh/steer-protocol-nibiru",
9262
+ [Chain.Nibiru]: offlineSubgraphUrl("nibiru"),
9263
9263
  [Chain.Hyperevm]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-hyperevm/prod/gn",
9264
9264
  [Chain.Bittensor]: "https://subgraph.35-247-158-26.sslip.io/subgraphs/name/steer-subgraph",
9265
9265
  [Chain.Robinhood]: "https://api.goldsky.com/api/public/project_cm2k9xbkz4qg901vs51bm5uau/subgraphs/steer-protocol-robinhood/prod/gn"
@@ -15044,7 +15044,8 @@ const aerodromeConfig = (theGraphApiKey) => ({
15044
15044
  beaconContract: MultiPositionManagers.MultiPositionAerodrome,
15045
15045
  subgraph: { [Chain.Base]: getTheGraphResolverUrl("GENunSHWLBXm59mBSgPzQ8metBEp9YDfdqwFr91Av1UM", false, theGraphApiKey) },
15046
15046
  factoryAddress: { [Chain.Base]: "0x5e7BB104d84c7CB9B682AaC2F3d509f5F406809A" },
15047
- TickLensAddress: { [Chain.Base]: "0x49a3A5cf91DE1b78c43Dc1adD03E8A71f1Ea2e30" }
15047
+ TickLensAddress: { [Chain.Base]: "0x49a3A5cf91DE1b78c43Dc1adD03E8A71f1Ea2e30" },
15048
+ QuoterV2Address: { [Chain.Base]: "0x254cF9E1E6e233aa1AC962CB9B05b2cfeAaE15b0" }
15048
15049
  });
15049
15050
  //#endregion
15050
15051
  //#region src/const/amm/configs/protocols/aerodrome-v2.ts
@@ -15052,7 +15053,8 @@ const aerodromeV2Config = (theGraphApiKey) => ({
15052
15053
  beaconContract: MultiPositionManagers.MultiPositionAerodromeV2,
15053
15054
  subgraph: { [Chain.Base]: getTheGraphResolverUrl("GENunSHWLBXm59mBSgPzQ8metBEp9YDfdqwFr91Av1UM", false, theGraphApiKey) },
15054
15055
  factoryAddress: { [Chain.Base]: "0xaDe65c38CD4849aDBA595a4323a8C7DdfE89716a" },
15055
- TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" }
15056
+ TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" },
15057
+ QuoterV2Address: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" }
15056
15058
  });
15057
15059
  //#endregion
15058
15060
  //#region src/const/amm/configs/protocols/cypher.ts
@@ -15163,7 +15165,8 @@ const aerodromeV3Config = (theGraphApiKey) => ({
15163
15165
  beaconContract: MultiPositionManagers.MultiPositionAerodromeV3,
15164
15166
  subgraph: { [Chain.Base]: getTheGraphResolverUrl("GENunSHWLBXm59mBSgPzQ8metBEp9YDfdqwFr91Av1UM", false, theGraphApiKey) },
15165
15167
  factoryAddress: { [Chain.Base]: "0xf8f2eB4940CFE7d13603DDDD87f123820Fc061Ef" },
15166
- TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" }
15168
+ TickLensAddress: { [Chain.Base]: "0x3d4C22254F86f64B7eC90ab8F7aeC1FBFD271c6C" },
15169
+ QuoterV2Address: { [Chain.Base]: "0x514c8B5f54112481E28028F1166Bd78501089259" }
15167
15170
  });
15168
15171
  //#endregion
15169
15172
  //#region src/const/amm/configs/ammConfig.ts