Skip to content

Commit

Permalink
fix: typo prefix endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Feb 20, 2024
1 parent e01479d commit f7d0f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/static/src/indexers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const INDEXERS: Config<SquidEndpoint> = {
rmrk: 'https://squid.subsquid.io/rubick/graphql',
ksm: 'https://ksm.gql.api.kodadot.xyz/',
ahk: 'https://ahk.gql.api.kodadot.xyz/',
ahp: 'https://ahk.gql.api.kodadot.xyz/',
ahp: 'https://ahp.gql.api.kodadot.xyz/',
dot: 'https://squid.subsquid.io/rubick/graphql', // TODO: change to dot indexer when available
// ahr: 'https://squid.subsquid.io/snack/graphql',
// movr: 'https://squid.subsquid.io/antick/v/001-rc0/graphql',
Expand Down

0 comments on commit f7d0f05

Please sign in to comment.