From 57dd330c38dc8a7146b2b75f580069320dab51a8 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Mon, 9 Oct 2023 14:53:43 +1300 Subject: [PATCH] Fix casing of chainTypes to chaintypes --- .github/workflows/pr.yaml | 1 + Agoric/agoric-starter/project.yaml | 2 +- Akash/akash-starter/project.yaml | 2 +- Archway/archway-starter/project.yaml | 2 +- Cheqd/cheqd-starter/project.yaml | 2 +- Comdex/comdex-starter/project.yaml | 2 +- CosmosHub/cosmoshub-starter/project.yaml | 2 +- Cronos/cronos-evm-starter-via-rpc/project.yaml | 2 +- Evmos/evmos-starter/project.yaml | 4 ++-- Evmos/evmos-testnet-starter/project.yaml | 2 +- Fetch.ai/fetchhub-starter/project.yaml | 2 +- Injective/injective-starter/project.yaml | 2 +- Kava/kava-starter/project.yaml | 2 +- Mars/mars-starter/project.yaml | 2 +- Migaloo/migaloo-starter/project.yaml | 2 +- Omniflixhub/omniflixhub-starter/project.yaml | 2 +- Osmosis/osmosis-starter/project.yaml | 2 +- Persistence/persistence-starter/project.yaml | 2 +- Sei/sei-starter/project.yaml | 2 +- Stargaze/stargaze-starter/project.yaml | 2 +- Thorchain/thorchain-starter/project.yaml | 2 +- Umee/umee-starter/project.yaml | 4 ++-- 22 files changed, 24 insertions(+), 23 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9cf868231..bea8d889e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,6 +15,7 @@ jobs: node-version: 18 - name: setup workspace run: cp .github/scripts/ci.package.json package.json + # Do this before yarn to avoid node_modules directory - name: update tsconfigs for workspace run: ./.github/scripts/copy-ts-config.sh - run: yarn diff --git a/Agoric/agoric-starter/project.yaml b/Agoric/agoric-starter/project.yaml index 0d301b820..8473cca6e 100644 --- a/Agoric/agoric-starter/project.yaml +++ b/Agoric/agoric-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://agoric-rpc.stakely.io"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/agoric-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Akash/akash-starter/project.yaml b/Akash/akash-starter/project.yaml index f5fc5774a..819b2c4a1 100644 --- a/Akash/akash-starter/project.yaml +++ b/Akash/akash-starter/project.yaml @@ -25,7 +25,7 @@ network: - https://rpc.akashnet.net:443 # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing # dictionary: "https://api.subquery.network/sq/subquery/cosmos-sei-dictionary" - chainTypes: + chaintypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages akash.staking.v1beta3: file: ./proto/akash/staking/v1beta3/params.proto diff --git a/Archway/archway-starter/project.yaml b/Archway/archway-starter/project.yaml index 6c1431fe9..9873a0b18 100644 --- a/Archway/archway-starter/project.yaml +++ b/Archway/archway-starter/project.yaml @@ -25,7 +25,7 @@ network: ] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing # dictionary: "https://api.subquery.network/sq/subquery/cosmos-archway-dictionary" - chainTypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages cosmwasm.wasm.v1.MsgSetContractMetadata: file: ./proto/archway/rewards/v1/tx.proto messages: diff --git a/Cheqd/cheqd-starter/project.yaml b/Cheqd/cheqd-starter/project.yaml index 2463c38d0..1988b69c8 100644 --- a/Cheqd/cheqd-starter/project.yaml +++ b/Cheqd/cheqd-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://rpc.cheqd.nodestake.top"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/cheqd-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Comdex/comdex-starter/project.yaml b/Comdex/comdex-starter/project.yaml index 6e4de4ea9..b598d9ca4 100644 --- a/Comdex/comdex-starter/project.yaml +++ b/Comdex/comdex-starter/project.yaml @@ -21,7 +21,7 @@ network: # When developing your project we suggest getting a private API key endpoint: ["https://rpc-comdex.zenchainlabs.io/"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing - chainTypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward: #CIRCUMVENTING VIA ORDER file: ./proto/cosmos/distribution/v1beta1/tx.proto messages: diff --git a/CosmosHub/cosmoshub-starter/project.yaml b/CosmosHub/cosmoshub-starter/project.yaml index 632dcf083..49aac1c09 100644 --- a/CosmosHub/cosmoshub-starter/project.yaml +++ b/CosmosHub/cosmoshub-starter/project.yaml @@ -23,7 +23,7 @@ network: endpoint: ["https://cosmos-mainnet-archive.allthatnode.com:26657"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/cosmos-hub-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Cronos/cronos-evm-starter-via-rpc/project.yaml b/Cronos/cronos-evm-starter-via-rpc/project.yaml index c8b848d95..def9fe861 100644 --- a/Cronos/cronos-evm-starter-via-rpc/project.yaml +++ b/Cronos/cronos-evm-starter-via-rpc/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://rpc.cronos.org/"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/cosmos-cronos-dictionary" - chainTypes: + chaintypes: ethermint.evm.v1: file: "./proto/ethermint/evm/v1/tx.proto" messages: diff --git a/Evmos/evmos-starter/project.yaml b/Evmos/evmos-starter/project.yaml index 539abce40..00191dd73 100644 --- a/Evmos/evmos-starter/project.yaml +++ b/Evmos/evmos-starter/project.yaml @@ -25,7 +25,7 @@ network: endpoint: ["https://evmos.api.onfinality.io/public"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing #dictionary: "https://api.subquery.network/sq/subquery/cosmos-evmos-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: @@ -59,4 +59,4 @@ dataSources: - handler: handleMessage kind: cosmos/MessageHandler filter: - type: /cosmos.bank.v1beta1.MsgSend \ No newline at end of file + type: /cosmos.bank.v1beta1.MsgSend diff --git a/Evmos/evmos-testnet-starter/project.yaml b/Evmos/evmos-testnet-starter/project.yaml index a664f61ff..0f7b61588 100644 --- a/Evmos/evmos-testnet-starter/project.yaml +++ b/Evmos/evmos-testnet-starter/project.yaml @@ -23,7 +23,7 @@ network: # You can get them from OnFinality for free https://app.onfinality.io # https://documentation.onfinality.io/support/the-enhanced-api-service endpoint: ["https://eth.bd.evmos.dev"] - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Fetch.ai/fetchhub-starter/project.yaml b/Fetch.ai/fetchhub-starter/project.yaml index b7ae51ef1..7df9ca37d 100644 --- a/Fetch.ai/fetchhub-starter/project.yaml +++ b/Fetch.ai/fetchhub-starter/project.yaml @@ -23,7 +23,7 @@ network: endpoint: ["https://rpc-fetchhub.fetch.ai"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/cosmos-fetch-ai-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Injective/injective-starter/project.yaml b/Injective/injective-starter/project.yaml index 1f3f9113b..f9a2cfc29 100644 --- a/Injective/injective-starter/project.yaml +++ b/Injective/injective-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["http://archival-sentry-equinix-2.injective.dev:26657"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing # dictionary: "https://api.subquery.network/sq/subquery/injective-hub-dictionary" - chainTypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages injective.exchange.v1beta1.MsgCreateSpotLimitOrder: # Key is not used, it matches the one above and is inferred from the file file: ./proto/injective/exchange/v1beta1/tx.proto messages: diff --git a/Kava/kava-starter/project.yaml b/Kava/kava-starter/project.yaml index 73f3cfeee..d65406eff 100644 --- a/Kava/kava-starter/project.yaml +++ b/Kava/kava-starter/project.yaml @@ -21,7 +21,7 @@ network: endpoint: ["https://kava-rpc.ibs.team"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing # dictionary: "https://api.subquery.network/sq/subquery/injective-hub-dictionary" - chainTypes: # This is a beta feature that allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This is a beta feature that allows support for any Cosmos chain by importing the correct protobuf messages cosmos.bank.v1beta1.MsgSend: # Key is not used, it matches the one above and is inferred from the file file: ./proto/cosmos/bank/v1beta1/tx.proto messages: diff --git a/Mars/mars-starter/project.yaml b/Mars/mars-starter/project.yaml index 44360ffe1..820bf6886 100644 --- a/Mars/mars-starter/project.yaml +++ b/Mars/mars-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://mars-rpc.publicnode.com"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/mars-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Migaloo/migaloo-starter/project.yaml b/Migaloo/migaloo-starter/project.yaml index 3ac4cca8b..88ae471cc 100644 --- a/Migaloo/migaloo-starter/project.yaml +++ b/Migaloo/migaloo-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://migaloo-rpc.cosmosrescue.com"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/migaloo-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Omniflixhub/omniflixhub-starter/project.yaml b/Omniflixhub/omniflixhub-starter/project.yaml index a83411824..91a84e88f 100644 --- a/Omniflixhub/omniflixhub-starter/project.yaml +++ b/Omniflixhub/omniflixhub-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://omniflix.rpc.stake2.me"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/omniflixhub-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Osmosis/osmosis-starter/project.yaml b/Osmosis/osmosis-starter/project.yaml index ba9db1f14..3ae490e71 100644 --- a/Osmosis/osmosis-starter/project.yaml +++ b/Osmosis/osmosis-starter/project.yaml @@ -22,7 +22,7 @@ network: # When developing your project we strongly suggest getting a private API key. endpoint: ["https://osmosis.api.onfinality.io/public"] dictionary: "https://api.subquery.network/sq/subquery/cosmos-osmosis-dictionary" - chainTypes: + chaintypes: osmosis.gamm.v1beta1: file: "./proto/osmosis/gamm/v1beta1/tx.proto" messages: diff --git a/Persistence/persistence-starter/project.yaml b/Persistence/persistence-starter/project.yaml index a1f5ae292..280a3693c 100644 --- a/Persistence/persistence-starter/project.yaml +++ b/Persistence/persistence-starter/project.yaml @@ -21,7 +21,7 @@ network: # When developing your project we suggest getting a private API key endpoint: ["https://rpc-persistent-ia.cosmosia.notional.ventures/"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing - chainTypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward: #CIRCUMVENTING VIA ORDER file: ./proto/cosmos/distribution/v1beta1/tx.proto messages: diff --git a/Sei/sei-starter/project.yaml b/Sei/sei-starter/project.yaml index 524358a28..4b9c4a438 100644 --- a/Sei/sei-starter/project.yaml +++ b/Sei/sei-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://rpc-sei-testnet.rhinostake.com/"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/cosmos-sei-dictionary" - chainTypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This feature allows support for any Cosmos chain by importing the correct protobuf messages cosmos.bank.v1beta1.MsgSend: file: ./proto/cosmos/bank/v1beta1/tx.proto messages: diff --git a/Stargaze/stargaze-starter/project.yaml b/Stargaze/stargaze-starter/project.yaml index 4148f27c2..3cae6f82e 100644 --- a/Stargaze/stargaze-starter/project.yaml +++ b/Stargaze/stargaze-starter/project.yaml @@ -23,7 +23,7 @@ network: endpoint: ["http://nodes.stargaze-1.publicawesome.dev:26657/"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/cosmos-stargaze-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: diff --git a/Thorchain/thorchain-starter/project.yaml b/Thorchain/thorchain-starter/project.yaml index 4b48f8b13..06fd38e9f 100644 --- a/Thorchain/thorchain-starter/project.yaml +++ b/Thorchain/thorchain-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://rpc.ninerealms.com/"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing # dictionary: "https://api.subquery.network/sq/subquery/cosmos-hub-dictionary" - chainTypes: # This is a beta feature that allows support for any Cosmos chain by importing the correct protobuf messages + chaintypes: # This is a beta feature that allows support for any Cosmos chain by importing the correct protobuf messages thorchain.message.observed.out: # Key is not used, it matches the one above and is inferred from the file file: ./proto/thorchain/v1/x/thorchain/types/msg_observed_txout.proto messages: diff --git a/Umee/umee-starter/project.yaml b/Umee/umee-starter/project.yaml index b552699cb..d2e7370ae 100644 --- a/Umee/umee-starter/project.yaml +++ b/Umee/umee-starter/project.yaml @@ -22,7 +22,7 @@ network: endpoint: ["https://rpc-1.umee.nodes.guru"] # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing dictionary: "https://api.subquery.network/sq/subquery/umee-dictionary" - chainTypes: + chaintypes: cosmos.slashing.v1beta1: file: ./proto/cosmos/slashing/v1beta1/tx.proto messages: @@ -55,4 +55,4 @@ dataSources: - handler: handleMessage kind: cosmos/MessageHandler filter: - type: /cosmos.bank.v1beta1.MsgSend \ No newline at end of file + type: /cosmos.bank.v1beta1.MsgSend