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 e8db502 commit 7a4b5faCopy full SHA for 7a4b5fa
website/src/openApi/index.ts
@@ -9,8 +9,8 @@ export const API_IDS = ['tokenApi'] as const
9
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.thegraph.com/openapi', // production
+ url: 'https://token-api.service.stage.pinax.network/openapi', // staging
14
document: tokenApi as OpenAPIV3_1.Document,
15
sections: {
16
EVM: '/token-api/evm',
0 commit comments