From 7d611969f547b73751ca0ca2a9cd6fc669619a2b Mon Sep 17 00:00:00 2001 From: James Bayly <46693720+jamesbayly@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:29:13 +0800 Subject: [PATCH] Upadate Manifest (#5) --- Stellar/soroban-futurenet-starter/.gitignore | 2 +- Stellar/soroban-futurenet-starter/project.ts | 4 ++-- Stellar/soroban-testnet-starter/.gitignore | 2 +- Stellar/soroban-testnet-starter/project.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Stellar/soroban-futurenet-starter/.gitignore b/Stellar/soroban-futurenet-starter/.gitignore index 3981582..9615e3c 100644 --- a/Stellar/soroban-futurenet-starter/.gitignore +++ b/Stellar/soroban-futurenet-starter/.gitignore @@ -27,7 +27,7 @@ package-lock.json target/ dist/ src/types -# project.yaml +project.yaml # JetBrains IDE .idea/ diff --git a/Stellar/soroban-futurenet-starter/project.ts b/Stellar/soroban-futurenet-starter/project.ts index c52e5c4..8793c98 100644 --- a/Stellar/soroban-futurenet-starter/project.ts +++ b/Stellar/soroban-futurenet-starter/project.ts @@ -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: [ { diff --git a/Stellar/soroban-testnet-starter/.gitignore b/Stellar/soroban-testnet-starter/.gitignore index 3981582..9615e3c 100644 --- a/Stellar/soroban-testnet-starter/.gitignore +++ b/Stellar/soroban-testnet-starter/.gitignore @@ -27,7 +27,7 @@ package-lock.json target/ dist/ src/types -# project.yaml +project.yaml # JetBrains IDE .idea/ diff --git a/Stellar/soroban-testnet-starter/project.ts b/Stellar/soroban-testnet-starter/project.ts index a696f91..98c56df 100644 --- a/Stellar/soroban-testnet-starter/project.ts +++ b/Stellar/soroban-testnet-starter/project.ts @@ -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: [ {