Skip to content

Commit

Permalink
Update Manifest Files (#59)
Browse files Browse the repository at this point in the history
* Remove dictionaries

* Note rate limit controls
  • Loading branch information
jamesbayly authored Dec 7, 2023
1 parent ad7886f commit 6853e10
Show file tree
Hide file tree
Showing 73 changed files with 119 additions and 85 deletions.
3 changes: 2 additions & 1 deletion Arbitrum/arbitrum-nova-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Arbitrum/arbitrum-one-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Arbitrum/arbitrum-one-winr/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
4 changes: 3 additions & 1 deletion Artela/artela-testnet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions Astar/astar-zkevm-testnet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Avalanche/avalanche-fuji-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Avalanche/avalanche-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Avalanche/crabada-nft/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Avalanche/pangolin-rewards-tutorial/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion BNB Smart Chain/bsc-mobox-rewards/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion BNB Smart Chain/bsc-pancake-swap/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion BNB Smart Chain/bsc-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion BNB Smart Chain/bsc-testnet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ 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",
"https://data-seed-prebsc-1-s1.bnbchain.org:8545",
"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: [
{
Expand Down
2 changes: 2 additions & 0 deletions BNB Smart Chain/opbnb-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down
3 changes: 2 additions & 1 deletion Base/base-goerli-faucet/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Base/base-goerli-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Base/base-nft/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Base/base-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
2 changes: 2 additions & 0 deletions Boba/boba-bnb-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down
2 changes: 2 additions & 0 deletions Boba/boba-eth-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down
2 changes: 2 additions & 0 deletions Celo/celo-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down
2 changes: 2 additions & 0 deletions EOS/eos-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/"],
},
Expand Down
7 changes: 4 additions & 3 deletions Ethereum/ethereum-bayc/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Ethereum/ethereum-chainlink/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Ethereum/ethereum-ens/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Ethereum/ethereum-goerli-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Ethereum/ethereum-gravatar/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Ethereum/ethereum-opensea/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion Ethereum/ethereum-sepolia-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
Loading

0 comments on commit 6853e10

Please sign in to comment.