Skip to content

Commit 1ba14b6

Browse files
committed
Update to production URL
1 parent a722f12 commit 1ba14b6

File tree

3 files changed

+1399
-813
lines changed

3 files changed

+1399
-813
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: Record<ApiId, ApiConfig> = {
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 Tokens': {

0 commit comments

Comments
 (0)