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

Migrate TheGraph from hosted service to subgraph studio #208

Closed
crazyyuan opened this issue Feb 28, 2024 · 5 comments
Closed

Migrate TheGraph from hosted service to subgraph studio #208

crazyyuan opened this issue Feb 28, 2024 · 5 comments
Assignees
Labels
priority: high High priority

Comments

@crazyyuan
Copy link
Collaborator

The hosted service will begin sunsetting. Developers are encouraged to upgrade their subgraphs to The Graph Network as more networks are supported.
https://thegraph.com/blog/sunsetting-hosted-service/

@Rashmi-278
Copy link
Member

Hosted service subgraph endpoints will be deprecated on June 12th, 2024 (the cutoff date).

https://youtu.be/hCmX5Dlhdjw

@Rashmi-278
Copy link
Member

Updated

DAOstar-gnosis : https://thegraph.com/hosted-service/subgraph/rashmi-278/daostar-gnosis
DAOstar-optmisim: https://thegraph.com/hosted-service/subgraph/rashmi-278/daostar-optimism
DAOstar-bnb-bruno: https://thegraph.com/hosted-service/subgraph/rashmi-278/daostar-bnb-bruno

Owner address for these is one of my wallet address, 0x86b9eA8f3fb705fCFAfbAD59D48A869d79972eeF

In future, we plan to move it to DAOstar DAO owned address to fund for API costs with GRT tokens

@Rashmi-278
Copy link
Member

Code upgrade PR to pull IPFS determinstically: #237

Recent: [ Need some ETH to publish these]
https://thegraph.com/studio/subgraph/daostar-arbitrum-one/
https://thegraph.com/studio/subgraph/daostar-mainnet

@Rashmi-278
Copy link
Member

To-Do:

  • Address errors for unsupported networks:
    • DAOstar on Optimism Goerli
    • DAOstar on Arbitrum Goerli
  • Update Frontend with new API links

@Rashmi-278 Rashmi-278 self-assigned this Jun 10, 2024
@Rashmi-278
Copy link
Member

We have already updated the subgraph endpoints for the active chains, and all /latest versions have been updated accordingly. Here are the current endpoints we are using:

endpoints: { mainnet: https://api.studio.thegraph.com/query/74263/daostar-mainnet/version/latest`,
gnosis: https://api.studio.thegraph.com/query/74263/daostar-gnosis/version/latest,
chapel: https://api.studio.thegraph.com/query/74263/daostar-bnb-bruno/version/latest, //bnb-bruno
optimism: https://api.studio.thegraph.com/query/74263/daostar-optimism/version/latest,
arbitrum: https://api.studio.thegraph.com/query/74263/daostar-arbitrum-one/version/latest
}
`
Closing this issue for now.

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

No branches or pull requests

2 participants