diff --git a/Arbitrum/arbitrum-nova-starter/project.ts b/Arbitrum/arbitrum-nova-starter/project.ts index a08eadff..ed8acd28 100644 --- a/Arbitrum/arbitrum-nova-starter/project.ts +++ b/Arbitrum/arbitrum-nova-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://nova.arbitrum.io/rpc"], - dictionary: 'https://dict-tyk.subquery.network/query/arbitrum-nova' }, dataSources: [ { diff --git a/Arbitrum/arbitrum-one-starter/project.ts b/Arbitrum/arbitrum-one-starter/project.ts index 0fdd45b8..7f55c903 100644 --- a/Arbitrum/arbitrum-one-starter/project.ts +++ b/Arbitrum/arbitrum-one-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://arbitrum.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/arbitrum", }, dataSources: [ { diff --git a/Arbitrum/arbitrum-one-winr/project.ts b/Arbitrum/arbitrum-one-winr/project.ts index 1d376c23..698a1021 100644 --- a/Arbitrum/arbitrum-one-winr/project.ts +++ b/Arbitrum/arbitrum-one-winr/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://arbitrum.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/arbitrum", }, dataSources: [ { diff --git a/Artela/artela-testnet-starter/project.ts b/Artela/artela-testnet-starter/project.ts index 86908b51..238cf429 100644 --- a/Artela/artela-testnet-starter/project.ts +++ b/Artela/artela-testnet-starter/project.ts @@ -31,10 +31,12 @@ const project: EthereumProject = { */ chainId: "11820", /** - * This endpoint should be a public non-pruned archive node + * These endpoint(s) should be public non-pruned archive node * 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://testnet-rpc1.artela.network", diff --git a/Astar/astar-zkevm-testnet-starter/project.ts b/Astar/astar-zkevm-testnet-starter/project.ts index ff958096..6b4be1be 100644 --- a/Astar/astar-zkevm-testnet-starter/project.ts +++ b/Astar/astar-zkevm-testnet-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://rpc.zkatana.gelato.digital"], // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing diff --git a/Avalanche/avalanche-fuji-starter/project.ts b/Avalanche/avalanche-fuji-starter/project.ts index 92c40adb..ed43d6f4 100644 --- a/Avalanche/avalanche-fuji-starter/project.ts +++ b/Avalanche/avalanche-fuji-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://rpc.ankr.com/avalanche_fuji"], - dictionary: "https://dict-tyk.subquery.network/query/avalanche-testnet", }, dataSources: [ { diff --git a/Avalanche/avalanche-starter/project.ts b/Avalanche/avalanche-starter/project.ts index d416014b..a01baacc 100644 --- a/Avalanche/avalanche-starter/project.ts +++ b/Avalanche/avalanche-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://avalanche.api.onfinality.io/public/ext/bc/C/rpc"], - dictionary: "https://dict-tyk.subquery.network/query/avalanche", }, dataSources: [ { diff --git a/Avalanche/crabada-nft/project.ts b/Avalanche/crabada-nft/project.ts index b2448609..a8e74625 100644 --- a/Avalanche/crabada-nft/project.ts +++ b/Avalanche/crabada-nft/project.ts @@ -34,9 +34,10 @@ const project: EthereumProject = { * 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://avalanche.api.onfinality.io/public/ext/bc/C/rpc"], - dictionary: "https://dict-tyk.subquery.network/query/avalanche", }, dataSources: [ { diff --git a/Avalanche/pangolin-rewards-tutorial/project.ts b/Avalanche/pangolin-rewards-tutorial/project.ts index f16ccf37..c80a20ec 100644 --- a/Avalanche/pangolin-rewards-tutorial/project.ts +++ b/Avalanche/pangolin-rewards-tutorial/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://avalanche.api.onfinality.io/public/ext/bc/C/rpc"], - dictionary: "https://dict-tyk.subquery.network/query/avalanche", }, dataSources: [ { diff --git a/BNB Smart Chain/bsc-mobox-rewards/project.ts b/BNB Smart Chain/bsc-mobox-rewards/project.ts index 779b3e3c..e8b86ab5 100644 --- a/BNB Smart Chain/bsc-mobox-rewards/project.ts +++ b/BNB Smart Chain/bsc-mobox-rewards/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://bsc-dataseed1.binance.org"], - dictionary: "https://dict-tyk.subquery.network/query/binance", }, dataSources: [ { diff --git a/BNB Smart Chain/bsc-pancake-swap/project.ts b/BNB Smart Chain/bsc-pancake-swap/project.ts index f11638d9..c43cfdf3 100644 --- a/BNB Smart Chain/bsc-pancake-swap/project.ts +++ b/BNB Smart Chain/bsc-pancake-swap/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://bsc-dataseed4.ninicoin.io/"], - dictionary: "https://dict-tyk.subquery.network/query/binance", }, dataSources: [ { diff --git a/BNB Smart Chain/bsc-starter/project.ts b/BNB Smart Chain/bsc-starter/project.ts index 662f0faf..43c89a5a 100644 --- a/BNB Smart Chain/bsc-starter/project.ts +++ b/BNB Smart Chain/bsc-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://bsc-dataseed1.binance.org"], - dictionary: "https://dict-tyk.subquery.network/query/binance", }, dataSources: [ { diff --git a/BNB Smart Chain/bsc-testnet-starter/project.ts b/BNB Smart Chain/bsc-testnet-starter/project.ts index 0178b137..a7eff3cb 100644 --- a/BNB Smart Chain/bsc-testnet-starter/project.ts +++ b/BNB Smart Chain/bsc-testnet-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://data-seed-prebsc-1-s2.bnbchain.org:8545", @@ -42,7 +44,6 @@ const project: EthereumProject = { "https://data-seed-prebsc-2-s1.bnbchain.org:8545", "https://data-seed-prebsc-2-s2.bnbchain.org:8545", ], - dictionary: "https://dict-tyk.subquery.network/query/binance-testnet", }, dataSources: [ { diff --git a/BNB Smart Chain/opbnb-starter/project.ts b/BNB Smart Chain/opbnb-starter/project.ts index bdd486aa..3e172387 100644 --- a/BNB Smart Chain/opbnb-starter/project.ts +++ b/BNB Smart Chain/opbnb-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://opbnb-mainnet-rpc.bnbchain.org"], }, diff --git a/Base/base-goerli-faucet/project.ts b/Base/base-goerli-faucet/project.ts index 88b67c48..c2afcdc2 100644 --- a/Base/base-goerli-faucet/project.ts +++ b/Base/base-goerli-faucet/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://goerli.base.org"], - dictionary: "https://dict-tyk.subquery.network/query/base-goerli", }, dataSources: [ { diff --git a/Base/base-goerli-starter/project.ts b/Base/base-goerli-starter/project.ts index 126eb294..b4b01f45 100644 --- a/Base/base-goerli-starter/project.ts +++ b/Base/base-goerli-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://goerli.base.org"], - dictionary: "https://dict-tyk.subquery.network/query/base-goerli", }, dataSources: [ { diff --git a/Base/base-nft/project.ts b/Base/base-nft/project.ts index 86072071..a60de87a 100644 --- a/Base/base-nft/project.ts +++ b/Base/base-nft/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://mainnet.base.org/", "https://rpc.notadegen.com/base"], - dictionary: "https://dict-tyk.subquery.network/query/base-mainnet", }, dataSources: [ { diff --git a/Base/base-starter/project.ts b/Base/base-starter/project.ts index 928804bc..d6258ecd 100644 --- a/Base/base-starter/project.ts +++ b/Base/base-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://mainnet.base.org/", "https://rpc.notadegen.com/base"], - dictionary: "https://dict-tyk.subquery.network/query/base-mainnet", }, dataSources: [ { diff --git a/Boba/boba-bnb-starter/project.ts b/Boba/boba-bnb-starter/project.ts index a76ab36d..a869c785 100644 --- a/Boba/boba-bnb-starter/project.ts +++ b/Boba/boba-bnb-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://bnb.boba.network"], }, diff --git a/Boba/boba-eth-starter/project.ts b/Boba/boba-eth-starter/project.ts index c5c74f2f..2214de7d 100644 --- a/Boba/boba-eth-starter/project.ts +++ b/Boba/boba-eth-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://bnb.boba.network"], }, diff --git a/Celo/celo-starter/project.ts b/Celo/celo-starter/project.ts index 72e94b2d..00e9e6e4 100644 --- a/Celo/celo-starter/project.ts +++ b/Celo/celo-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://forno.celo.org"], }, diff --git a/EOS/eos-starter/project.ts b/EOS/eos-starter/project.ts index f14207f4..adc6dcb7 100644 --- a/EOS/eos-starter/project.ts +++ b/EOS/eos-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://api.evm.eosnetwork.com/"], }, diff --git a/Ethereum/ethereum-bayc/project.ts b/Ethereum/ethereum-bayc/project.ts index 6ca15c51..83410cc0 100644 --- a/Ethereum/ethereum-bayc/project.ts +++ b/Ethereum/ethereum-bayc/project.ts @@ -31,13 +31,14 @@ const project: EthereumProject = { */ chainId: "1", /** - * These endpoint(s) should be non-pruned archive nodes + * These endpoint(s) should be public non-pruned archive node + * 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 - # We suggest providing an array of endpoints for increased speed and reliability + * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ { diff --git a/Ethereum/ethereum-chainlink/project.ts b/Ethereum/ethereum-chainlink/project.ts index 58ca3e8e..5af2978b 100644 --- a/Ethereum/ethereum-chainlink/project.ts +++ b/Ethereum/ethereum-chainlink/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ { diff --git a/Ethereum/ethereum-ens/project.ts b/Ethereum/ethereum-ens/project.ts index 5f5aa780..d069be48 100644 --- a/Ethereum/ethereum-ens/project.ts +++ b/Ethereum/ethereum-ens/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ // ENSRegistry diff --git a/Ethereum/ethereum-goerli-starter/project.ts b/Ethereum/ethereum-goerli-starter/project.ts index d28e5c09..f6d147f3 100644 --- a/Ethereum/ethereum-goerli-starter/project.ts +++ b/Ethereum/ethereum-goerli-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://goerli.gateway.tenderly.co"], - dictionary: "https://dict-tyk.subquery.network/query/eth-goerli", }, dataSources: [ { diff --git a/Ethereum/ethereum-gravatar/project.ts b/Ethereum/ethereum-gravatar/project.ts index ae9d1483..dba7087b 100644 --- a/Ethereum/ethereum-gravatar/project.ts +++ b/Ethereum/ethereum-gravatar/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ { diff --git a/Ethereum/ethereum-opensea/project.ts b/Ethereum/ethereum-opensea/project.ts index 2ad06c19..a12da2e2 100644 --- a/Ethereum/ethereum-opensea/project.ts +++ b/Ethereum/ethereum-opensea/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ { diff --git a/Ethereum/ethereum-sepolia-starter/project.ts b/Ethereum/ethereum-sepolia-starter/project.ts index 3659bd6c..95016564 100644 --- a/Ethereum/ethereum-sepolia-starter/project.ts +++ b/Ethereum/ethereum-sepolia-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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: ["wss://sepolia.gateway.tenderly.co"], - dictionary: "https://dict-tyk.subquery.network/query/sepolia", }, dataSources: [ { diff --git a/Ethereum/ethereum-starter/project.ts b/Ethereum/ethereum-starter/project.ts index 44f3d960..c2558aa5 100644 --- a/Ethereum/ethereum-starter/project.ts +++ b/Ethereum/ethereum-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ { diff --git a/Ethereum/ethereum-uniswap-v3/project.ts b/Ethereum/ethereum-uniswap-v3/project.ts index 97bb7d7c..5bbd9535 100644 --- a/Ethereum/ethereum-uniswap-v3/project.ts +++ b/Ethereum/ethereum-uniswap-v3/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://eth.api.onfinality.io/public"], - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet", }, dataSources: [ { diff --git a/Fantom/fantom-starter/project.ts b/Fantom/fantom-starter/project.ts index d4b3eb3f..a30085d2 100644 --- a/Fantom/fantom-starter/project.ts +++ b/Fantom/fantom-starter/project.ts @@ -35,12 +35,13 @@ const project: EthereumProject = { * 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://rpcapi.fantom.network", "https://fantom.publicnode.com", ], - dictionary: "https://dict-tyk.subquery.network/query/fantom", }, dataSources: [ { diff --git a/Gnosis/gnosis-poap/project.ts b/Gnosis/gnosis-poap/project.ts index 5d79a439..c1c6834e 100644 --- a/Gnosis/gnosis-poap/project.ts +++ b/Gnosis/gnosis-poap/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://gnosis.api.onfinality.io/public", @@ -42,7 +44,6 @@ const project: EthereumProject = { // "https://opt-mainnet.g.alchemy.com/v2/demo", "https://rpc.gnosischain.com", ], - dictionary: "https://dict-tyk.subquery.network/query/gnosis-mainnet", }, dataSources: [ { diff --git a/Gnosis/gnosis-starter/project.ts b/Gnosis/gnosis-starter/project.ts index 1cfd18f1..4dc1995b 100644 --- a/Gnosis/gnosis-starter/project.ts +++ b/Gnosis/gnosis-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://gnosis.api.onfinality.io/public", @@ -42,7 +44,6 @@ const project: EthereumProject = { // "https://opt-mainnet.g.alchemy.com/v2/demo", "https://rpc.gnosischain.com", ], - dictionary: "https://dict-tyk.subquery.network/query/gnosis-mainnet", }, dataSources: [ { diff --git a/Harmony/harmony-starter/project.ts b/Harmony/harmony-starter/project.ts index 1d1ff0f5..a2a0355a 100644 --- a/Harmony/harmony-starter/project.ts +++ b/Harmony/harmony-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://api.harmony.one"], }, diff --git a/Heco/heco-starter/project.ts b/Heco/heco-starter/project.ts index a220de0f..e01f4b94 100644 --- a/Heco/heco-starter/project.ts +++ b/Heco/heco-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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: ["wss://ws-mainnet.hecochain.com"], - // dictionary: 'https://gx.api.subquery.network/sq/subquery/heko-dictionary' // Not ready yet }, dataSources: [ { diff --git a/Immutable/immutable-testnet-starter/project.ts b/Immutable/immutable-testnet-starter/project.ts index 6e1793d7..c2d2cb7a 100644 --- a/Immutable/immutable-testnet-starter/project.ts +++ b/Immutable/immutable-testnet-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://rpc.testnet.immutable.com/"], - // dictionary: 'https://gx.api.subquery.network/sq/subquery/immutable-dictionary' // Not ready yet }, dataSources: [ { diff --git a/Klaytn/klaytn-starter/project.ts b/Klaytn/klaytn-starter/project.ts index 7b58ae52..cbba0dcc 100644 --- a/Klaytn/klaytn-starter/project.ts +++ b/Klaytn/klaytn-starter/project.ts @@ -35,9 +35,10 @@ const project: EthereumProject = { * 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://klaytn.blockpi.network/v1/rpc/public"], - // dictionary: "https://dict-tyk.subquery.network/query/klaytn" }, dataSources: [ { diff --git a/Linea/linea-starter/project.ts b/Linea/linea-starter/project.ts index b0d284c8..c34dabf9 100644 --- a/Linea/linea-starter/project.ts +++ b/Linea/linea-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://linea.blockpi.network/v1/rpc/public"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: 'https://dict-tyk.subquery.network/query/linea-mainnet' }, dataSources: [ { diff --git a/Mantle/mantle-starter/project.ts b/Mantle/mantle-starter/project.ts index fdce7b84..199fed81 100644 --- a/Mantle/mantle-starter/project.ts +++ b/Mantle/mantle-starter/project.ts @@ -35,14 +35,14 @@ const project: EthereumProject = { * 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://rpc.mantle.xyz", "https://mantle.public-rpc.com", "https://mantle.drpc.org", ], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - // dictionary: "https://gx.api.subquery.network/sq/subquery/mantle-dictionary" }, dataSources: [ { diff --git a/Meter/meter-starter/project.ts b/Meter/meter-starter/project.ts index cdb05ab6..570b7607 100644 --- a/Meter/meter-starter/project.ts +++ b/Meter/meter-starter/project.ts @@ -35,11 +35,10 @@ const project: EthereumProject = { * 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://rpc-meter.jellypool.xyz/"], - - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - // dictionary: "https://gx.api.subquery.network/sq/subquery/meter-dictionary" }, dataSources: [ { diff --git a/Metis/metis-starter/project.ts b/Metis/metis-starter/project.ts index fdc0e060..d6954518 100644 --- a/Metis/metis-starter/project.ts +++ b/Metis/metis-starter/project.ts @@ -35,11 +35,10 @@ const project: EthereumProject = { * 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://andromeda.metis.io/?owner=1088"], - - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - // dictionary: "https://gx.api.subquery.network/sq/subquery/metis-dictionary" }, dataSources: [ { diff --git a/Multi-Chain/galxe/arbitrum.yaml b/Multi-Chain/galxe/arbitrum.yaml index bc650f43..0617e010 100644 --- a/Multi-Chain/galxe/arbitrum.yaml +++ b/Multi-Chain/galxe/arbitrum.yaml @@ -15,7 +15,6 @@ network: chainId: "42161" endpoint: - https://arbitrum.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/arbitrum dataSources: - kind: ethereum/Runtime name: SpaceStationV1 diff --git a/Multi-Chain/galxe/config/template.yaml b/Multi-Chain/galxe/config/template.yaml index a1889c5b..cca6d61c 100644 --- a/Multi-Chain/galxe/config/template.yaml +++ b/Multi-Chain/galxe/config/template.yaml @@ -15,7 +15,6 @@ network: chainId: "{{id}}" endpoint: - Insert node endpoint - dictionary: Insert Subquery Dictionary endpoint dataSources: {{#SpaceStationV1}} - kind: ethereum/Runtime diff --git a/Multi-Chain/galxe/ethereum.yaml b/Multi-Chain/galxe/ethereum.yaml index ad37b932..038d500b 100644 --- a/Multi-Chain/galxe/ethereum.yaml +++ b/Multi-Chain/galxe/ethereum.yaml @@ -15,7 +15,6 @@ network: chainId: "1" endpoint: - https://eth.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/eth-mainnet dataSources: - kind: ethereum/Runtime name: SpaceStationV1 diff --git a/Multi-Chain/galxe/polygon.yaml b/Multi-Chain/galxe/polygon.yaml index d34d260f..8dc9fb0e 100644 --- a/Multi-Chain/galxe/polygon.yaml +++ b/Multi-Chain/galxe/polygon.yaml @@ -15,7 +15,6 @@ network: chainId: "137" endpoint: - https://polygon.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/polygon dataSources: - kind: ethereum/Runtime name: SpaceStationV1 diff --git a/Multi-Chain/polygon-plasma-bridge/ethereum.yaml b/Multi-Chain/polygon-plasma-bridge/ethereum.yaml index 8e4f102c..28bb32cc 100644 --- a/Multi-Chain/polygon-plasma-bridge/ethereum.yaml +++ b/Multi-Chain/polygon-plasma-bridge/ethereum.yaml @@ -23,9 +23,6 @@ network: # Public nodes may be rate limited, which can affect indexing speed # When developing your project we suggest getting a private API key endpoint: "https://eth.api.onfinality.io/public" - # Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet" - dataSources: - kind: ethereum/Runtime # We use ethereum runtime since Polygon is a layer-2 that is compatible startBlock: 18434359 diff --git a/Multi-Chain/polygon-plasma-bridge/polygon.yaml b/Multi-Chain/polygon-plasma-bridge/polygon.yaml index 0bca429e..476f1ca0 100644 --- a/Multi-Chain/polygon-plasma-bridge/polygon.yaml +++ b/Multi-Chain/polygon-plasma-bridge/polygon.yaml @@ -23,8 +23,6 @@ network: # Public nodes may be rate limited, which can affect indexing speed # When developing your project we suggest getting a private API key endpoint: "https://polygon.api.onfinality.io/public" - # Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/polygon" dataSources: - kind: ethereum/Runtime # We use ethereum runtime since Polygon is a layer-2 that is compatible diff --git a/Multi-Chain/safe/ethereum.yaml b/Multi-Chain/safe/ethereum.yaml index debfd5f4..f5b2a939 100644 --- a/Multi-Chain/safe/ethereum.yaml +++ b/Multi-Chain/safe/ethereum.yaml @@ -15,7 +15,6 @@ network: chainId: "1" endpoint: - https://eth.llamarpc.com - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet" dataSources: - kind: ethereum/Runtime startBlock: 7450116 diff --git a/Multi-Chain/safe/matic.yaml b/Multi-Chain/safe/matic.yaml index ab07b612..5115c8e9 100644 --- a/Multi-Chain/safe/matic.yaml +++ b/Multi-Chain/safe/matic.yaml @@ -15,7 +15,6 @@ network: chainId: "137" endpoint: - https://polygon.llamarpc.com - dictionary: "https://dict-tyk.subquery.network/query/polygon" dataSources: - kind: ethereum/Runtime startBlock: 45222934 diff --git a/Multi-Chain/safe/op.yaml b/Multi-Chain/safe/op.yaml index 4a3ce5b2..d248800b 100644 --- a/Multi-Chain/safe/op.yaml +++ b/Multi-Chain/safe/op.yaml @@ -15,7 +15,6 @@ network: chainId: "10" endpoint: - https://optimism.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/optimism-mainnet dataSources: - kind: ethereum/Runtime startBlock: 110991101 diff --git a/Multi-Chain/snapshot/arbitrum.yaml b/Multi-Chain/snapshot/arbitrum.yaml index 272f86b4..16caaca4 100644 --- a/Multi-Chain/snapshot/arbitrum.yaml +++ b/Multi-Chain/snapshot/arbitrum.yaml @@ -15,7 +15,6 @@ network: chainId: "42161" endpoint: - https://arbitrum.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/arbitrum dataSources: - kind: ethereum/Runtime startBlock: 22531440 diff --git a/Multi-Chain/snapshot/bsc.yaml b/Multi-Chain/snapshot/bsc.yaml index a1719f1c..c1a37f79 100644 --- a/Multi-Chain/snapshot/bsc.yaml +++ b/Multi-Chain/snapshot/bsc.yaml @@ -15,7 +15,6 @@ network: chainId: "56" endpoint: - https://binance.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/binance dataSources: - kind: ethereum/Runtime startBlock: 7407807 diff --git a/Multi-Chain/snapshot/ethereum.yaml b/Multi-Chain/snapshot/ethereum.yaml index 5fd10dcc..1aded2fb 100644 --- a/Multi-Chain/snapshot/ethereum.yaml +++ b/Multi-Chain/snapshot/ethereum.yaml @@ -15,7 +15,6 @@ network: chainId: "1" endpoint: - https://eth.llamarpc.com - dictionary: "https://dict-tyk.subquery.network/query/eth-mainnet" dataSources: - kind: ethereum/Runtime startBlock: 11225329 diff --git a/Multi-Chain/snapshot/fantom.yaml b/Multi-Chain/snapshot/fantom.yaml index 125c36c2..e8be09c6 100644 --- a/Multi-Chain/snapshot/fantom.yaml +++ b/Multi-Chain/snapshot/fantom.yaml @@ -15,7 +15,6 @@ network: chainId: "250" endpoint: - wss://fantom.publicnode.com - dictionary: https://dict-tyk.subquery.network/query/fantom dataSources: - kind: ethereum/Runtime startBlock: 30509689 diff --git a/Multi-Chain/snapshot/gnosis.yaml b/Multi-Chain/snapshot/gnosis.yaml index 1cc50420..3d1535a3 100644 --- a/Multi-Chain/snapshot/gnosis.yaml +++ b/Multi-Chain/snapshot/gnosis.yaml @@ -15,7 +15,6 @@ network: chainId: "100" endpoint: - https://gnosis.api.onfinality.io/public - dictionary: https://api.subquery.network/sq/subquery/gnosis-dictionary dataSources: - kind: ethereum/Runtime startBlock: 20274491 diff --git a/Multi-Chain/snapshot/matic.yaml b/Multi-Chain/snapshot/matic.yaml index 3c272bdc..1bbb3ee2 100644 --- a/Multi-Chain/snapshot/matic.yaml +++ b/Multi-Chain/snapshot/matic.yaml @@ -15,7 +15,6 @@ network: chainId: "137" endpoint: - https://polygon.llamarpc.com - dictionary: "https://dict-tyk.subquery.network/query/polygon" dataSources: - kind: ethereum/Runtime startBlock: 7407807 diff --git a/Multi-Chain/snapshot/op.yaml b/Multi-Chain/snapshot/op.yaml index 7da79cbc..9bb8e773 100644 --- a/Multi-Chain/snapshot/op.yaml +++ b/Multi-Chain/snapshot/op.yaml @@ -15,7 +15,6 @@ network: chainId: "10" endpoint: - https://optimism.llamarpc.com - dictionary: https://dict-tyk.subquery.network/query/optimism-mainnet dataSources: - kind: ethereum/Runtime startBlock: 19067342 diff --git a/Neo/neo-devnet-starter/project.ts b/Neo/neo-devnet-starter/project.ts index 8c535702..dac7ef22 100644 --- a/Neo/neo-devnet-starter/project.ts +++ b/Neo/neo-devnet-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://evm.ngd.network:32332"], }, diff --git a/Optimism/optimism-airdrop/project.ts b/Optimism/optimism-airdrop/project.ts index 093e7dfc..3fdadaab 100644 --- a/Optimism/optimism-airdrop/project.ts +++ b/Optimism/optimism-airdrop/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://optimism.api.onfinality.io/public", @@ -43,8 +45,6 @@ const project: EthereumProject = { "https://opt-mainnet.g.alchemy.com/v2/demo", "https://rpc.ankr.com/optimism", ], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/optimism-mainnet", }, dataSources: [ { diff --git a/Optimism/optimism-starter/project.ts b/Optimism/optimism-starter/project.ts index 6b2fde30..3de3833a 100644 --- a/Optimism/optimism-starter/project.ts +++ b/Optimism/optimism-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://optimism.api.onfinality.io/public", @@ -43,8 +45,6 @@ const project: EthereumProject = { "https://opt-mainnet.g.alchemy.com/v2/demo", "https://rpc.ankr.com/optimism", ], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/optimism-mainnet", }, dataSources: [ { diff --git a/Polygon/polygon-lens/project.ts b/Polygon/polygon-lens/project.ts index 31a43010..318bed47 100644 --- a/Polygon/polygon-lens/project.ts +++ b/Polygon/polygon-lens/project.ts @@ -31,15 +31,14 @@ const project: EthereumProject = { */ chainId: "137", /** - * This endpoint must be a public non-pruned archive node + * These endpoint(s) should be public non-pruned archive node + * 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 - * You can get them from OnFinality for free https://app.onfinality.io - * https://documentation.onfinality.io/support/the-enhanced-api-service + * 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://polygon.api.onfinality.io/public"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/polygon" }, dataSources: [ { diff --git a/Polygon/polygon-mumbai-starter/project.ts b/Polygon/polygon-mumbai-starter/project.ts index d39a6252..75c9fc60 100644 --- a/Polygon/polygon-mumbai-starter/project.ts +++ b/Polygon/polygon-mumbai-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://polygon-mumbai.blockpi.network/v1/rpc/public"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/polygon-mumbai", }, dataSources: [ { diff --git a/Polygon/polygon-plasma-bridge/project.ts b/Polygon/polygon-plasma-bridge/project.ts index 99771427..4c6dc707 100644 --- a/Polygon/polygon-plasma-bridge/project.ts +++ b/Polygon/polygon-plasma-bridge/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://polygon.api.onfinality.io/public", - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: 'https://dict-tyk.subquery.network/query/polygon' }, dataSources: [ { diff --git a/Polygon/polygon-starter/project.ts b/Polygon/polygon-starter/project.ts index fcaa7081..274a2d32 100644 --- a/Polygon/polygon-starter/project.ts +++ b/Polygon/polygon-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://polygon.api.onfinality.io/public"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: 'https://dict-tyk.subquery.network/query/polygon' }, dataSources: [ { diff --git a/Polygon/polygon-zkevm-starter/project.ts b/Polygon/polygon-zkevm-starter/project.ts index 866a9a14..d878e4c4 100644 --- a/Polygon/polygon-zkevm-starter/project.ts +++ b/Polygon/polygon-zkevm-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://zkevm-rpc.com"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/polygon-zkevm", }, dataSources: [ { diff --git a/Roll/roll-testnet-starter/project.ts b/Roll/roll-testnet-starter/project.ts index eb10237b..d5ba0451 100644 --- a/Roll/roll-testnet-starter/project.ts +++ b/Roll/roll-testnet-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://roll.calderachain.xyz/http"], }, diff --git a/Scroll/scroll-sepolia-starter/project.ts b/Scroll/scroll-sepolia-starter/project.ts index 366bed2f..5e3bffc0 100644 --- a/Scroll/scroll-sepolia-starter/project.ts +++ b/Scroll/scroll-sepolia-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://scroll-sepolia.blockpi.network/v1/rpc/public"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - // dictionary: "https://api.subquery.network/sq/subquery/scroll-sepolia-dictionary" }, dataSources: [ { diff --git a/Scroll/scroll-starter/project.ts b/Scroll/scroll-starter/project.ts index 9a3ffce4..22cf2434 100644 --- a/Scroll/scroll-starter/project.ts +++ b/Scroll/scroll-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://rpc.scroll.io", diff --git a/Skale/skale-starter/project.ts b/Skale/skale-starter/project.ts index 61f688db..dc813fcf 100644 --- a/Skale/skale-starter/project.ts +++ b/Skale/skale-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://mainnet.skalenodes.com/v1/elated-tan-skat"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - // dictionary: "https://dict-tyk.subquery.network/query/skale-zkevm" }, dataSources: [ { diff --git a/Telos/telos-starter/project.ts b/Telos/telos-starter/project.ts index 41aa5202..b8e6c852 100644 --- a/Telos/telos-starter/project.ts +++ b/Telos/telos-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://mainnet.telos.net/evm"], }, diff --git a/Telos/telos-testnet-starter/project.ts b/Telos/telos-testnet-starter/project.ts index a2e80fd3..ff46843e 100644 --- a/Telos/telos-testnet-starter/project.ts +++ b/Telos/telos-testnet-starter/project.ts @@ -35,6 +35,8 @@ const project: EthereumProject = { * 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://testnet.telos.net/evm"], }, diff --git a/Zksync/zksync-starter/project.ts b/Zksync/zksync-starter/project.ts index 04b86b54..b970b163 100644 --- a/Zksync/zksync-starter/project.ts +++ b/Zksync/zksync-starter/project.ts @@ -35,10 +35,10 @@ const project: EthereumProject = { * 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://mainnet.era.zksync.io"], - // Recommended to provide the HTTP endpoint of a full chain dictionary to speed up processing - dictionary: "https://dict-tyk.subquery.network/query/zksync-mainnet", }, dataSources: [ {