Skip to content

Commit 860d683

Browse files
committed
Implementing PR Notes
1 parent f14f36d commit 860d683

File tree

2 files changed

+306
-713
lines changed

2 files changed

+306
-713
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.stage.pinax.network/openapi', // staging
13+
url: 'https://token-api.service.pinax.network/openapi', // production
1414
document: tokenApi as OpenAPIV3_1.Document,
1515
sections: {
1616
EVM: '/token-api/evm',

0 commit comments

Comments
 (0)