Skip to content

Commit

Permalink
Remove dictionaries (#96)
Browse files Browse the repository at this point in the history
* Remove dictionaries

* Upate ENdpoint notes
  • Loading branch information
jamesbayly authored Dec 7, 2023
1 parent bcd674a commit c28ccca
Show file tree
Hide file tree
Showing 57 changed files with 216 additions and 256 deletions.
9 changes: 4 additions & 5 deletions Acala/acala-evm-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,17 @@ const project: SubstrateProject<AcalaEvmDatasource> = {
chainId:
"0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c",
/**
* 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: [
"wss://acala-polkadot.api.onfinality.io/public-ws",
"wss://acala-rpc-0.aca-api.network",
],
dictionary:
"https://explorer.subquery.network/subquery/subquery/acala-dictionary",
},
dataSources: [
{
Expand Down
8 changes: 4 additions & 4 deletions Acala/acala-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ const project: SubstrateProject = {
chainId:
"0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
/**
* 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: [
"wss://acala-polkadot.api.onfinality.io/public-ws",
"wss://acala-rpc-0.aca-api.network",
],
dictionary: "https://api.subquery.network/sq/subquery/acala-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
7 changes: 4 additions & 3 deletions Ajuna/ajuna-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ const project: SubstrateProject = {
chainId:
"0xe358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee",
/**
* 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: [
"wss://ajuna.api.onfinality.io/public-ws",
Expand Down
7 changes: 4 additions & 3 deletions Altair/altair-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ const project: SubstrateProject = {
chainId:
"0xaa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011",
/**
* 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: [
"wss://altair.api.onfinality.io/public-ws",
Expand Down
9 changes: 4 additions & 5 deletions Astar/astar-evm-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@ const project: SubstrateProject<FrontierEvmDatasource> = {
chainId:
"0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
/**
* 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: [
"wss://astar.api.onfinality.io/public-ws",
"wss://rpc.astar.network",
],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary: "https://api.subquery.network/sq/subquery/astar-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
8 changes: 4 additions & 4 deletions Astar/astar-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ const project: SubstrateProject = {
chainId:
"0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
/**
* 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: [
"wss://astar.api.onfinality.io/public-ws",
"wss://rpc.astar.network",
],
dictionary: "https://api.subquery.network/sq/subquery/astar-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
7 changes: 4 additions & 3 deletions Astar/astar-wasm-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ const project: SubstrateProject<WasmDatasource> = {
chainId:
"0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
/**
* 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: ["astar.api.onfinality.io/public", "wss://rpc.astar.network"],
},
Expand Down
8 changes: 4 additions & 4 deletions Automata/automata-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ const project: SubstrateProject = {
chainId:
"0xc8eda34601b5a48c73f47ee39a3a86a858c34f044185b17dc7d5ad155813dc63",
/**
* 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: [
"wss://automata.api.onfinality.io/public-ws",
"wss://api.ata.network",
],
dictionary: "https://api.subquery.network/sq/subquery/automata-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
8 changes: 4 additions & 4 deletions Basilisk/basilisk-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ const project: SubstrateProject = {
chainId:
"0xa85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755",
/**
* 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: [
"wss://basilisk.api.onfinality.io/public-ws",
"wss://rpc.basilisk.cloud",
],
dictionary: "https://api.subquery.network/sq/subquery/basilisk-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
10 changes: 4 additions & 6 deletions Bifrost/bifrost-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,17 @@ const project: SubstrateProject = {
chainId:
"0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
/**
* 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: [
"wss://bifrost-parachain.api.onfinality.io/public-ws",
"wss://bifrost-rpc.liebi.com/ws",
],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary:
"https://api.subquery.network/sq/subquery/bifrost-parachain-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
10 changes: 4 additions & 6 deletions Bitcountry/bitcountry-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ const project: SubstrateProject = {
chainId:
"0xf22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3",
/**
* 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: ["wss://pioneer.api.onfinality.io/public-ws"],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary:
"https://api.subquery.network/sq/subquery/bitcountry-pioneer-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
7 changes: 4 additions & 3 deletions Bitgreen/bitgreen-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ const project: SubstrateProject = {
chainId:
"0xc14597baeccb232d662770d2d50ae832ca8c3192693d2b0814e6433f2888ddd6",
/**
* 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: ["wss://mainnet.bitgreen.org"],
},
Expand Down
9 changes: 4 additions & 5 deletions Calamari/calamari-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ const project: SubstrateProject = {
chainId:
"0x4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1",
/**
* 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
*/
// This endpoint might not be publicly available
endpoint: ["wss://ws.calamari.systems"],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary: "https://api.subquery.network/sq/subquery/calamari-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
9 changes: 4 additions & 5 deletions Centrifuge/centrifuge-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ const project: SubstrateProject = {
chainId:
"0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82",
/**
* 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: [
"wss://centrifuge-parachain.api.onfinality.io/public-ws",
"wss://fullnode.centrifuge.io",
],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
// dictionary: "https://api.subquery.network/sq/subquery/centrifuge-parachain-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
9 changes: 4 additions & 5 deletions Clover/clover-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ const project: SubstrateProject = {
chainId:
"0x5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267",
/**
* 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: [
"wss://clover.api.onfinality.io/public-ws",
"wss://rpc-para.clover.finance",
],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary: "https://api.subquery.network/sq/subquery/clover-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
9 changes: 4 additions & 5 deletions ComposableFinance/composable-finance-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ const project: SubstrateProject = {
chainId:
"0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
/**
* 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: [
"wss://composable.api.onfinality.io/public-ws",
"wss://rpc.composable.finance",
],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
// dictionary: "https://api.subquery.network/sq/subquery/composable-finance-dictionary",
},
dataSources: [
{
Expand Down
10 changes: 4 additions & 6 deletions Contextfree/contextfree-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ const project: SubstrateProject = {
chainId:
"0x6254c948b5eb7199a112cb308be3385c39c8c942625540ac749c77fe2aebc299",
/**
* 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: ["wss://contextfree.api.onfinality.io/public-ws"],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
dictionary:
"https://api.subquery.network/sq/subquery/contextfree-dictionary",
chaintypes: {
file: "./dist/chaintypes.js",
},
Expand Down
Loading

0 comments on commit c28ccca

Please sign in to comment.