We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd129c3 commit 3be9da2Copy full SHA for 3be9da2
1 file changed
.changeset/common-parks-fix.md
@@ -1,6 +1,11 @@
1
---
2
-
+"@graphprotocol/hypergraph": minor
3
+"@graphprotocol/hypergraph-react": minor
4
5
6
+Add configurable API origin support
7
8
+- Add `Config.setApiOrigin()` and `Config.getApiOrigin()` functions to allow setting a custom API origin globally
9
+- Add `apiOrigin` prop to `HypergraphAppProvider` for React apps
10
+- Replace all hardcoded `Graph.TESTNET_API_ORIGIN` references with configurable `Config.getApiOrigin()`
11
+- Default behavior remains unchanged (uses testnet) if not configured
0 commit comments