Skip to content

Commit f917db1

Browse files
committed
Update Token API again, using production (ready to merge?)
1 parent f6ad31c commit f917db1

File tree

2 files changed

+89
-75
lines changed

2 files changed

+89
-75
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)