Skip to content

Commit

Permalink
Update manifests (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Dec 7, 2023
1 parent a43e78e commit c19b770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Concordium/concordium-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const project: ConcordiumProject = {
* We recommend providing more than one endpoint for improved reliability, performance, and uptime
* Public nodes may be rate limited, which can affect indexing speed
* When developing your project we suggest getting a private API key
* If you use a rate limited endpoint, adjust the --batch-size and --workers parameters
* These settings can be found in your docker-compose.yaml, they will slow indexing but prevent your project being rate limited
*/
endpoint: ["https://grpc.mainnet.concordium.software:20000"],
},
Expand Down
2 changes: 2 additions & 0 deletions Concordium/concordium-testnet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const project: ConcordiumProject = {
* We recommend providing more than one endpoint for improved reliability, performance, and uptime
* Public nodes may be rate limited, which can affect indexing speed
* When developing your project we suggest getting a private API key
* If you use a rate limited endpoint, adjust the --batch-size and --workers parameters
* These settings can be found in your docker-compose.yaml, they will slow indexing but prevent your project being rate limited
*/
endpoint: ["https://grpc.testnet.concordium.com/:20000"],
},
Expand Down

0 comments on commit c19b770

Please sign in to comment.