@steerprotocol/sdk 3.1.0-test-archived-subgraph-support.1 → 3.1.0-test-archived-subgraph-support.2

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.
@@ -9143,7 +9143,7 @@ const deprecatedBundlesURL = "https://api.steer.finance/deprecated-bundles";
9143
9143
  * Each chain has a dedicated subgraph URL for querying protocol data.
9144
9144
  * Updated each chains for ormi and thegraph
9145
9145
  */
9146
- const offlineSubgraphBaseUrl = "https://steer-subgraph-archive.shine-lamb.workers.dev/graphql";
9146
+ const offlineSubgraphBaseUrl = "https://subgraph-archive.steer.finance/graphql";
9147
9147
  const offlineSubgraphUrl = (chain) => `${offlineSubgraphBaseUrl}/${chain}`;
9148
9148
  const steerSubgraphConfig = {
9149
9149
  [Chain.Polygon]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-polygon/prod/gn",