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 f14f36d commit 860d683Copy full SHA for 860d683
website/src/openApi/index.ts
@@ -10,7 +10,7 @@ export const APIS = {
10
tokenApi: {
11
name: 'Token API',
12
// url: 'https://token-api.thegraph.com/openapi', // production
13
- url: 'https://token-api.service.stage.pinax.network/openapi', // staging
+ url: 'https://token-api.service.pinax.network/openapi', // production
14
document: tokenApi as OpenAPIV3_1.Document,
15
sections: {
16
EVM: '/token-api/evm',
0 commit comments