Skip to content

Commit dcc7259

Browse files
committed
Pull latest Token API JSON + use production going forward
1 parent 47441e3 commit dcc7259

File tree

134 files changed

+482
-1370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+482
-1370
lines changed

website/src/openApi/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const API_IDS = ['tokenApi'] as const
99
export const APIS = {
1010
tokenApi: {
1111
name: 'Token API',
12-
// url: 'https://token-api.thegraph.com/openapi', // production
13-
url: 'https://token-api.service.stage.pinax.network/openapi', // staging
12+
url: 'https://token-api.thegraph.com/openapi', // production
13+
// url: 'https://token-api.service.stage.pinax.network/openapi', // staging
1414
document: tokenApi as OpenAPIV3_1.Document,
1515
sections: {
1616
EVM: '/token-api/evm',

0 commit comments

Comments
 (0)