Skip to content

Commit

Permalink
Fix casing of chainTypes to chaintypes
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 9, 2023
1 parent b56c4ce commit 57dd330
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Agoric/agoric-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Akash/akash-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Archway/archway-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cheqd/cheqd-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Comdex/comdex-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CosmosHub/cosmoshub-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cronos/cronos-evm-starter-via-rpc/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Evmos/evmos-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -59,4 +59,4 @@ dataSources:
- handler: handleMessage
kind: cosmos/MessageHandler
filter:
type: /cosmos.bank.v1beta1.MsgSend
type: /cosmos.bank.v1beta1.MsgSend
2 changes: 1 addition & 1 deletion Evmos/evmos-testnet-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Fetch.ai/fetchhub-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Injective/injective-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Kava/kava-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Mars/mars-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Migaloo/migaloo-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Omniflixhub/omniflixhub-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Osmosis/osmosis-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Persistence/persistence-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Sei/sei-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Stargaze/stargaze-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Thorchain/thorchain-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Umee/umee-starter/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -55,4 +55,4 @@ dataSources:
- handler: handleMessage
kind: cosmos/MessageHandler
filter:
type: /cosmos.bank.v1beta1.MsgSend
type: /cosmos.bank.v1beta1.MsgSend

0 comments on commit 57dd330

Please sign in to comment.