Skip to content

Commit

Permalink
Switch to backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BriungRi committed Oct 15, 2021
1 parent 8d21510 commit 7e91b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema:
- https://api.thegraph.com/index-node/graphql
- https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap
- https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap-backup
- https://api.thegraph.com/subgraphs/name/ubeswap/celo-blocks
documents: ./src/apollo/queries.ts
config:
Expand Down
2 changes: 1 addition & 1 deletion src/apollo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { HttpLink } from 'apollo-link-http'

export const client = new ApolloClient({
link: new HttpLink({
uri: 'https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap',
uri: 'https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap-backup',
}),
cache: new InMemoryCache(),
})
Expand Down

1 comment on commit 7e91b90

@vercel
Copy link

@vercel vercel bot commented on 7e91b90 Oct 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.