Skip to content

Commit

Permalink
(feat): set default indexer environment to all
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Apr 14, 2024
1 parent a1cb9e2 commit b78ac09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypercerts-org/sdk",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "SDK for hypercerts protocol",
"repository": "[email protected]:hypercerts-org/hypercerts.git",
"author": "Hypercerts team",
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* Constants
*/

import { Deployment, SupportedChainIds } from "./types";
import { Deployment, IndexerEnvironment, SupportedChainIds } from "./types";
import { deployments } from "@hypercerts-org/contracts";

const DEFAULT_GRAPH_BASE_URL = "https://api.thegraph.com/subgraphs/name/hypercerts-org";
export const DEFAULT_INDEXER_ENVIRONMENT = "production";
export const DEFAULT_INDEXER_ENVIRONMENT: IndexerEnvironment = "all";

// The APIs we expose

Expand Down

0 comments on commit b78ac09

Please sign in to comment.