Skip to content

Commit

Permalink
Upadate Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Dec 7, 2023
1 parent 6536b13 commit f7f94f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Stellar/soroban-futurenet-starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package-lock.json
target/
dist/
src/types
# project.yaml
project.yaml

# JetBrains IDE
.idea/
Expand Down
4 changes: 2 additions & 2 deletions Stellar/soroban-futurenet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const project: StellarProject = {
* 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://horizon-futurenet.stellar.org:443"],
// This is a specific Soroban endpoint
// It is only required when you are using a soroban/EventHandler
sorobanEndpoint: "https://rpc-futurenet.stellar.org",
// Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing
// dictionary: "https://gx.api.subquery.network/sq/subquery/eth-dictionary",
},
dataSources: [
{
Expand Down
2 changes: 1 addition & 1 deletion Stellar/soroban-testnet-starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package-lock.json
target/
dist/
src/types
# project.yaml
project.yaml

# JetBrains IDE
.idea/
Expand Down
4 changes: 2 additions & 2 deletions Stellar/soroban-testnet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ const project: StellarProject = {
* 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://horizon-testnet.stellar.org"],
/* This is a specific Soroban endpoint
It is only required when you are using a soroban/EventHandler */
sorobanEndpoint: "https://soroban-testnet.stellar.org",
/* Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary: "https://gx.api.subquery.network/sq/subquery/eth-dictionary" */
},
dataSources: [
{
Expand Down

0 comments on commit f7f94f5

Please sign in to comment.