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 6ebd482 commit 1addbe3Copy full SHA for 1addbe3
sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ampleforthorg/sdk",
3
- "version": "1.0.32",
+ "version": "1.0.33",
4
"description": "Typescript SDK for the Ampleforth Protocol",
5
"license": "GPL-3.0-or-later",
6
"main": "dist/src/index.js",
sdk/src/queries/client.ts
@@ -10,7 +10,7 @@ type GraphEndpointsMapping = {
10
}
11
export const GRAPH_ENDPOINTS: GraphEndpointsMapping = {
12
// chainID => endpoint
13
- 1: `${GRAPH_BASE_URL}/ampleforth/staging`,
+ 1: `https://web-api.ampleforth.org/graph-cache/ampleforth-core`,
14
5: `${GRAPH_BASE_URL}/ampleforth/ampleforth-core-goerli`,
15
43114: `${GRAPH_BASE_URL}/ampleforth/ampleforth-core-avalanche`,
16
0 commit comments