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

What happened to the Aragon Finance Mainnet subgraph? #328

Open
daviddavo opened this issue Oct 13, 2021 · 1 comment
Open

What happened to the Aragon Finance Mainnet subgraph? #328

daviddavo opened this issue Oct 13, 2021 · 1 comment

Comments

@daviddavo
Copy link

daviddavo commented Oct 13, 2021

There used to be an endpoint at https://thegraph.com/hosted-service/subgraph/aragon/aragon-finance-mainnet, but it doesn't work anymore, why?

In case I would want to self-host it, what would be the contract address to be used in deployment? Should I also deploy the contract?

@daviddavo
Copy link
Author

daviddavo commented Oct 13, 2021

All the URLs in these lines return 404

export function subgraphUrlFromChainId(chainId: number) {
if (chainId === 1) {
return 'https://api.thegraph.com/subgraphs/name/aragon/aragon-finance-mainnet'
}
if (chainId === 4) {
return 'https://api.thegraph.com/subgraphs/name/aragon/aragon-finance-rinkeby'
}
if (chainId === 100) {
return 'https://api.thegraph.com/subgraphs/name/aragon/aragon-finance-xdai'
}
return null
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant