Skip to content

Commit 039d27b

Browse files
committed
Revert Token API JSON URL to use staging + run fetch-api-reference
1 parent 8cd6a6f commit 039d27b

File tree

6 files changed

+1338
-255
lines changed

6 files changed

+1338
-255
lines changed

website/src/openApi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const APIS = {
1010
tokenApi: {
1111
name: 'Token API',
1212
// url: 'https://token-api.thegraph.com/openapi', // production
13-
url: 'https://token-api.service.pinax.network/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)