Skip to content

Commit

Permalink
Remove dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Nov 9, 2023
1 parent 602e137 commit 39487e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CosmosHub/cosmoshub-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ const project: CosmosProject = {
* We suggest providing an array of endpoints for increased speed and reliability
*/
endpoint: ["https://cosmos-mainnet-archive.allthatnode.com:26657"],
dictionary:
"https://api.subquery.network/sq/subquery/cosmos-hub-dictionary",
chaintypes: new Map([
[
"cosmos.slashing.v1beta1",
Expand Down
3 changes: 0 additions & 3 deletions Osmosis/osmosis-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ const project: CosmosProject = {
* We suggest providing an array of endpoints for increased speed and reliability
*/
endpoint: ["https://osmosis.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-osmosis-dictionary",
chaintypes: new Map([
[
"osmosis.gamm.v1beta1",
Expand Down
1 change: 0 additions & 1 deletion Stargaze/stargaze-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const project: CosmosProject = {
* We suggest providing an array of endpoints for increased speed and reliability
*/
endpoint: ["https://rpc-persistent-ia.cosmosia.notional.ventures/"],
// # Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
chaintypes: new Map([
[
"cosmos.slashing.v1beta1",
Expand Down

0 comments on commit 39487e1

Please sign in to comment.