Skip to content

Commit

Permalink
🔧 use preffered squid
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Jul 28, 2023
1 parent 055ce64 commit 664a3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/static/src/indexers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const INDEXERS: Config<SquidEndpoint> = {
movr: 'https://squid.subsquid.io/antick/v/001-rc0/graphql',
ksm: 'https://squid.subsquid.io/marck/v/v2/graphql',
snek: 'https://squid.subsquid.io/snekk/v/004/graphql',
stmn: 'https://squid.subsquid.io/stick/v/v4/graphql',
stmn: 'https://squid.subsquid.io/stick/graphql',
dot: 'https://squid.subsquid.io/rubick/graphql', // TODO: change to dot indexer when available
stt: 'https://squid.subsquid.io/speck/v/v1/graphql',
}
Expand Down
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const URLS = {
click: 'https://squid.subsquid.io/click/v/002/graphql',
antick: 'https://squid.subsquid.io/antick/v/001-rc0/graphql',
marck: 'https://squid.subsquid.io/marck/graphql',
stick: 'https://squid.subsquid.io/stick/v/v4/graphql',
stick: 'https://squid.subsquid.io/stick/graphql',
speck: 'https://squid.subsquid.io/speck/v/v1/graphql',
replicate: 'https://replicate.kodadot.workers.dev/',
search: 'https://polysearch.w.kodadot.xyz',
Expand Down

0 comments on commit 664a3b3

Please sign in to comment.