Skip to content

Commit 7a4b5fa

Browse files
committed
Update Token API from staging (TODO: REVERT TO PRODUCTION BEFORE MERGING)
1 parent e8db502 commit 7a4b5fa

File tree

2 files changed

+7148
-834
lines changed

2 files changed

+7148
-834
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)