graphprotocol / graph-tooling

Monorepo for various tools used by subgraph developers.
https://thegraph.com/docs
Apache License 2.0
392 stars 210 forks source link

CLI website uses deprecated network endpoints #1753

Closed DenisCarriere closed 1 week ago

DenisCarriere commented 3 weeks ago

Which packages are impacted by your issue?

@graphprotocol/graph-cli

Describe the issue

CLI Website uses deprecated network endpoints which is causing CORS issue https://github.com/graphprotocol/graph-tooling/blob/08914a89179e31363765bb3a6e72945f4585e207/website/src/lib/graphql.ts#L4-L7

Reproduction

https://github.com/graphprotocol/graph-tooling/blob/08914a89179e31363765bb3a6e72945f4585e207/website/src/lib/graphql.ts#L4-L7

Steps to Reproduce the Bug or Issue

https://cli.thegraph.com/publish?id=QmWiivncZD2HHRKymf4ArQYQr7jRhZ6kWw2pFxD3nB8p8m&subgraphId=BEPBdCakjSNmQFLy8RiSYpjnsKYN58VxJ41uz6qQHy2p&network=arbitrum-one

Expected behavior

Successful Subgraph Metadata GraphQL request

Screenshots or Videos

image

Platform

Subgraph Manifest

No response

Subgraph GraphQL Schema

No response

Additional context

No response