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