Skip to content

Commit

Permalink
update networks
Browse files Browse the repository at this point in the history
  • Loading branch information
uiii committed May 19, 2023
1 parent 3947500 commit fc791d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/update-networks/config/squids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const squidUrlTemplates: Record<string, (network: string) => string> = {
balances: (network: string) => `https://squid.subsquid.io/${network}-balances/graphql`,
explorer: (network: string) => `https://squid.subsquid.io/gs-explorer-${network}/graphql`,
main: (network: string) => `https://squid.subsquid.io/gs-main-${network}/graphql`,
stats: (network: string) => `https://squid.subsquid.io/gs-stats-${network}/graphql`
//stats: (network: string) => `https://squid.subsquid.io/gs-stats-${network}/graphql`
};

export const forceSquidUrl: Record<string, Partial<Record<typeof squidTypes[number], string>>> = {
Expand Down
3 changes: 1 addition & 2 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@
"balances": "https://squid.subsquid.io/kusama-balances/graphql",
"explorer": "https://squid.subsquid.io/gs-explorer-kusama/graphql",
"main": "https://squid.subsquid.io/gs-main-kusama/graphql",
"main-identites": "https://squid.subsquid.io/gs-main-kusama-beta/v/v3/graphql",
"stats": "https://squid.subsquid.io/gs-stats-kusama/graphql"
"main-identites": "https://squid.subsquid.io/gs-main-kusama-beta/v/v3/graphql"
},
"coinGeckoId": "kusama"
},
Expand Down

0 comments on commit fc791d5

Please sign in to comment.