Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subgraph-data.md #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resources/subgraphs/subgraph-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ UMA has a GraphQL API Endpoint hosted by [The Graph](https://thegraph.com/docs/a

[Creating an API Key Video Tutorial](https://www.youtube.com/watch?v=UrfIpm-Vlgs)

- [Explorer Page](https://thegraph.com/explorer/subgraph?id=41LCrgtCNBQyDiVVyZEuPxbvkBH9BxxLU3nEZst77V8o&view=Overview)
- [Playground](https://thegraph.com/hosted-service/subgraph/umaprotocol/mainnet-voting-v2)
- Graphql Endpoint: https://gateway.thegraph.com/api/[api-key]/subgraphs/id//41LCrgtCNBQyDiVVyZEuPxbvkBH9BxxLU3nEZst77V8o
- [Code Repo](https://github.com/UMAprotocol/subgraphs)

Expand All @@ -37,10 +37,10 @@ EMP Subgraphs (includes query for whitelisted collateral)
- [Mainnet Subgraph](https://thegraph.com/explorer/subgraph/umaprotocol/mainnet-contracts)
- [Kovan Subgraph](https://thegraph.com/explorer/subgraph/umaprotocol/kovan-contracts)

Voting Subgraphs
Voting V2 Subgraphs

- [Mainnet Subgraph](https://thegraph.com/explorer/subgraph/umaprotocol/mainnet-voting)
- [Kovan Subgraph](https://thegraph.com/explorer/subgraph/umaprotocol/kovan-voting)
- [Mainnet Subgraph](https://thegraph.com/hosted-service/subgraph/umaprotocol/mainnet-voting-v2)
- [Goerli Subgraph](https://thegraph.com/hosted-service/subgraph/md0x/goerli-voting-v2)

Here is the [source code](https://github.com/UMAprotocol/subgraphs) for deployed subgraphs.

Expand Down