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 a722f12 commit 1ba14b6Copy full SHA for 1ba14b6
website/src/openApi/index.ts
@@ -9,8 +9,8 @@ export const API_IDS = ['tokenApi'] as const
9
export const APIS: Record<ApiId, ApiConfig> = {
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 Tokens': {
0 commit comments