Skip to content

Commit 8dcf923

Browse files
committed
Update Token API from staging + add svm section
1 parent c4f4240 commit 8dcf923

File tree

91 files changed

+638
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+638
-266
lines changed

website/route-lockfile.txt

Lines changed: 86 additions & 0 deletions
Large diffs are not rendered by default.

website/src/openApi/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ 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',
17+
SVM: '/token-api/svm',
1718
Monitoring: '/token-api/monitoring',
1819
},
1920
},

0 commit comments

Comments
 (0)