@oddmaki-protocol/sdk 1.1.0 → 1.1.1

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.d.mts CHANGED
@@ -9590,7 +9590,8 @@ declare const CONTRACT_ADDRESSES: {
9590
9590
  };
9591
9591
  };
9592
9592
  declare const SUBGRAPH_IDS: {
9593
- readonly 8453: "QmPaESDtwZvtYPx8vvAU3nHE7kZBZ121XQCiPxM4bQauGh";
9593
+ readonly 8453: "CxoYVjELrNCMLopAmVshnfVAie7yH6QZyCSKD3r41XSQ";
9594
+ readonly 84532: "DCnd3ozSyvYxRg7kmZYiDWGBiJCe6QHwu8M93jMN1Q3b";
9594
9595
  };
9595
9596
  declare function buildSubgraphGatewayUrl(chainId: number, apiKey: string): string | undefined;
9596
9597
  declare const DEFAULT_CHAIN: {
package/dist/index.d.ts CHANGED
@@ -9590,7 +9590,8 @@ declare const CONTRACT_ADDRESSES: {
9590
9590
  };
9591
9591
  };
9592
9592
  declare const SUBGRAPH_IDS: {
9593
- readonly 8453: "QmPaESDtwZvtYPx8vvAU3nHE7kZBZ121XQCiPxM4bQauGh";
9593
+ readonly 8453: "CxoYVjELrNCMLopAmVshnfVAie7yH6QZyCSKD3r41XSQ";
9594
+ readonly 84532: "DCnd3ozSyvYxRg7kmZYiDWGBiJCe6QHwu8M93jMN1Q3b";
9594
9595
  };
9595
9596
  declare function buildSubgraphGatewayUrl(chainId: number, apiKey: string): string | undefined;
9596
9597
  declare const DEFAULT_CHAIN: {
package/dist/index.js CHANGED
@@ -20,7 +20,8 @@ var CONTRACT_ADDRESSES = {
20
20
  }
21
21
  };
22
22
  var SUBGRAPH_IDS = {
23
- [chains.base.id]: "QmPaESDtwZvtYPx8vvAU3nHE7kZBZ121XQCiPxM4bQauGh"
23
+ [chains.base.id]: "CxoYVjELrNCMLopAmVshnfVAie7yH6QZyCSKD3r41XSQ",
24
+ [chains.baseSepolia.id]: "DCnd3ozSyvYxRg7kmZYiDWGBiJCe6QHwu8M93jMN1Q3b"
24
25
  };
25
26
  function buildSubgraphGatewayUrl(chainId, apiKey) {
26
27
  const id = SUBGRAPH_IDS[chainId];