Skip to content

Commit

Permalink
feat(graph): update subgraph-radio subgraph endpoints (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
calinah authored Oct 15, 2024
1 parent 490e150 commit 87b5b59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions graph/values/arbitrum-one/subgraph-radio.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
env:
GRAPHCAST_NETWORK: "mainnet"
REGISTRY_SUBGRAPH: https://api.thegraph.com/subgraphs/name/hopeyen/graphcast-registry-arb-one
NETWORK_SUBGRAPH: https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum

REGISTRY_SUBGRAPH: "http://graph-node-query:8000/subgraphs/id/QmTiai398HETp6qKhMph6t8bZihgTTaRG3roKEYDG5CCN7"
NETWORK_SUBGRAPH: "http://graph-node-query:8000/subgraphs/id/QmUzRg2HHMpbgf6Q4VHKNDbtBEJnyp5JWCh2gUX9AV6jXv"
4 changes: 2 additions & 2 deletions graph/values/arbitrum-sepolia/subgraph-radio.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
GRAPHCAST_NETWORK: "testnet"
REGISTRY_SUBGRAPH: https://api.thegraph.com/subgraphs/name/hopeyen/graphcast-registry-arb-se
NETWORK_SUBGRAPH: https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum-sepolia
REGISTRY_SUBGRAPH: "http://graph-node-query:8000/subgraphs/id/QmQq6gJJnwkpdkfudVquJXPjALv11FarGwgeErQuBHXAYR"
NETWORK_SUBGRAPH: "http://graph-node-query:8000/subgraphs/id/QmbGVqFCqgh83NpW4kHFAJuE9mAbVfhXdY59NrevSCaCeN"

0 comments on commit 87b5b59

Please sign in to comment.