From cfd32a7e785f41fc8fdcb2067d238622be35980c Mon Sep 17 00:00:00 2001 From: James Bayly Date: Fri, 6 Oct 2023 11:57:38 +0700 Subject: [PATCH] Update Readme --- Agoric/agoric-starter/README.md | 2 +- Akash/akash-starter/README.md | 2 +- Archway/archway-starter/README.md | 2 +- Axelar/axelar-starter/README.md | 2 +- Cheqd/cheqd-starter/README.md | 2 +- Comdex/comdex-starter/README.md | 2 +- CosmosHub/cosmoshub-starter/README.md | 2 +- Cronos/cronos-evm-starter-via-eth/README.md | 2 +- Cronos/cronos-evm-starter-via-rpc/README.md | 2 +- Evmos/evmos-starter/README.md | 2 +- Evmos/evmos-testnet-starter/README.md | 2 +- Fetch.ai/fetchhub-starter/README.md | 2 +- Injective/injective-starter/README.md | 2 +- Juno/juno-starter/README.md | 2 +- Kava/kava-starter/README.md | 2 +- Mars/mars-starter/README.md | 2 +- Migaloo/migaloo-starter/README.md | 2 +- Neutron/neutron-starter/README.md | 2 +- OKX/okx-starter/README.md | 2 +- Omniflixhub/omniflixhub-starter/README.md | 2 +- Osmosis/osmosis-starter/README.md | 2 +- Persistence/persistence-starter/README.md | 2 +- Sei/sei-starter/README.md | 2 +- Stargaze/stargaze-starter/README.md | 2 +- Thorchain/thorchain-starter/README.md | 2 +- Umee/umee-starter/README.md | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Agoric/agoric-starter/README.md b/Agoric/agoric-starter/README.md index fc65f7b1a..f2d832bd5 100644 --- a/Agoric/agoric-starter/README.md +++ b/Agoric/agoric-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Akash/akash-starter/README.md b/Akash/akash-starter/README.md index 3eb9e714e..330fa8236 100644 --- a/Akash/akash-starter/README.md +++ b/Akash/akash-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Archway/archway-starter/README.md b/Archway/archway-starter/README.md index 226de956c..61eb6ecdf 100644 --- a/Archway/archway-starter/README.md +++ b/Archway/archway-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Axelar/axelar-starter/README.md b/Axelar/axelar-starter/README.md index f6debec6e..7d2c43492 100644 --- a/Axelar/axelar-starter/README.md +++ b/Axelar/axelar-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Cheqd/cheqd-starter/README.md b/Cheqd/cheqd-starter/README.md index 1f8b7f6da..344b98a98 100644 --- a/Cheqd/cheqd-starter/README.md +++ b/Cheqd/cheqd-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Comdex/comdex-starter/README.md b/Comdex/comdex-starter/README.md index 79c5b2182..ac07f4844 100644 --- a/Comdex/comdex-starter/README.md +++ b/Comdex/comdex-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/CosmosHub/cosmoshub-starter/README.md b/CosmosHub/cosmoshub-starter/README.md index 40b7c9e78..46b4e5704 100644 --- a/CosmosHub/cosmoshub-starter/README.md +++ b/CosmosHub/cosmoshub-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Cronos/cronos-evm-starter-via-eth/README.md b/Cronos/cronos-evm-starter-via-eth/README.md index 0bb42a7a8..ca3521ea8 100644 --- a/Cronos/cronos-evm-starter-via-eth/README.md +++ b/Cronos/cronos-evm-starter-via-eth/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Cronos/cronos-evm-starter-via-rpc/README.md b/Cronos/cronos-evm-starter-via-rpc/README.md index ee45fa148..edcc162ff 100644 --- a/Cronos/cronos-evm-starter-via-rpc/README.md +++ b/Cronos/cronos-evm-starter-via-rpc/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Evmos/evmos-starter/README.md b/Evmos/evmos-starter/README.md index c582eb2ed..632da2a9c 100644 --- a/Evmos/evmos-starter/README.md +++ b/Evmos/evmos-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Evmos/evmos-testnet-starter/README.md b/Evmos/evmos-testnet-starter/README.md index 60c09d732..92c7fa3f1 100644 --- a/Evmos/evmos-testnet-starter/README.md +++ b/Evmos/evmos-testnet-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Fetch.ai/fetchhub-starter/README.md b/Fetch.ai/fetchhub-starter/README.md index b3beed1d4..40488ff9c 100644 --- a/Fetch.ai/fetchhub-starter/README.md +++ b/Fetch.ai/fetchhub-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Injective/injective-starter/README.md b/Injective/injective-starter/README.md index cc34012d2..f030a562d 100644 --- a/Injective/injective-starter/README.md +++ b/Injective/injective-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Juno/juno-starter/README.md b/Juno/juno-starter/README.md index 9758093d8..3f0713f8e 100644 --- a/Juno/juno-starter/README.md +++ b/Juno/juno-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Kava/kava-starter/README.md b/Kava/kava-starter/README.md index d0d066736..bcf623c23 100644 --- a/Kava/kava-starter/README.md +++ b/Kava/kava-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Mars/mars-starter/README.md b/Mars/mars-starter/README.md index 43a4ed867..da740bed7 100644 --- a/Mars/mars-starter/README.md +++ b/Mars/mars-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Migaloo/migaloo-starter/README.md b/Migaloo/migaloo-starter/README.md index 0ce7b2013..a6e6534bc 100644 --- a/Migaloo/migaloo-starter/README.md +++ b/Migaloo/migaloo-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Neutron/neutron-starter/README.md b/Neutron/neutron-starter/README.md index e8ba4c6f9..12de935ae 100644 --- a/Neutron/neutron-starter/README.md +++ b/Neutron/neutron-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/OKX/okx-starter/README.md b/OKX/okx-starter/README.md index 295935ac5..963391c00 100644 --- a/OKX/okx-starter/README.md +++ b/OKX/okx-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Omniflixhub/omniflixhub-starter/README.md b/Omniflixhub/omniflixhub-starter/README.md index a8a329891..5dbaba8ce 100644 --- a/Omniflixhub/omniflixhub-starter/README.md +++ b/Omniflixhub/omniflixhub-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Osmosis/osmosis-starter/README.md b/Osmosis/osmosis-starter/README.md index 049ddbfac..8a8ae560c 100644 --- a/Osmosis/osmosis-starter/README.md +++ b/Osmosis/osmosis-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Persistence/persistence-starter/README.md b/Persistence/persistence-starter/README.md index 9f284ede8..fb9affbcc 100644 --- a/Persistence/persistence-starter/README.md +++ b/Persistence/persistence-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Sei/sei-starter/README.md b/Sei/sei-starter/README.md index d56563e00..1d8e415bb 100644 --- a/Sei/sei-starter/README.md +++ b/Sei/sei-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Stargaze/stargaze-starter/README.md b/Stargaze/stargaze-starter/README.md index e663cea92..d8bd5467f 100644 --- a/Stargaze/stargaze-starter/README.md +++ b/Stargaze/stargaze-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Thorchain/thorchain-starter/README.md b/Thorchain/thorchain-starter/README.md index 5538a23c4..38cff184e 100644 --- a/Thorchain/thorchain-starter/README.md +++ b/Thorchain/thorchain-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic diff --git a/Umee/umee-starter/README.md b/Umee/umee-starter/README.md index a1f58b595..479f1f9b9 100644 --- a/Umee/umee-starter/README.md +++ b/Umee/umee-starter/README.md @@ -16,7 +16,7 @@ Don't forget to install dependencies with `npm install` or `yarn install`! Although this is a working example SubQuery project, you can edit the SubQuery project by changing the following files: -- The project manifest in `project.yaml` defines the key project configuration and mapping handler filters +- The project manifest in `project.ts` defines the key project configuration and mapping handler filters - The GraphQL Schema (`schema.graphql`) defines the shape of the resulting data that you are using SubQuery to index - The Mapping functions in `src/mappings/` directory are typescript functions that handle transformation logic