Skip to content

Commit d3f41bd

Browse files
authored
fix(graph): ebo subgraph update (#1218)
1 parent b251142 commit d3f41bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

graph/values/arbitrum-one/graph-network-indexer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ indexerDefaults:
2121
indexerAgent:
2222
config:
2323
collect-receipts-endpoint: "https://gateway-arbitrum.network.thegraph.com/collect-receipts"
24-
epoch-subgraph-deployment: "QmQfvGfWXh4pxuSykgHUJ8az26xYbxQVrRPso7MADRyuLk"
25-
epoch-subgraph-endpoint: http://graph-node-query:8000/subgraphs/id/QmQfvGfWXh4pxuSykgHUJ8az26xYbxQVrRPso7MADRyuLk
24+
epoch-subgraph-deployment: "QmW26TG5s9myd1gzio9fkgVHEEjZ7u5ktWDpkNePzbusNo"
25+
epoch-subgraph-endpoint: http://graph-node-query:8000/subgraphs/id/QmW26TG5s9myd1gzio9fkgVHEEjZ7u5ktWDpkNePzbusNo
2626
ethereum: http://proxyd-nitro-proxyd.arbitrum-one:8545
2727
ethereum-network: arbitrum-one
28-
offchain-subgraphs: "QmQfvGfWXh4pxuSykgHUJ8az26xYbxQVrRPso7MADRyuLk,QmUhiH6Z5xo6o3GNzsSvqpGKLmCt6w5WzKQ1yHk6C8AA8S,QmUzRg2HHMpbgf6Q4VHKNDbtBEJnyp5JWCh2gUX9AV6jXv"
28+
offchain-subgraphs: "QmW26TG5s9myd1gzio9fkgVHEEjZ7u5ktWDpkNePzbusNo,QmUhiH6Z5xo6o3GNzsSvqpGKLmCt6w5WzKQ1yHk6C8AA8S,QmUzRg2HHMpbgf6Q4VHKNDbtBEJnyp5JWCh2gUX9AV6jXv"

graph/values/arbitrum-sepolia/graph-network-indexer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ indexerDefaults:
2020

2121
indexerAgent:
2222
config:
23-
epoch-subgraph-deployment: "QmNNn48AU8CZei8sYLXrXABMHkiXAuQDvFaZHYYPryKEvF"
24-
epoch-subgraph-endpoint: http://graph-node-query:8000/subgraphs/id/QmNNn48AU8CZei8sYLXrXABMHkiXAuQDvFaZHYYPryKEvF
23+
epoch-subgraph-deployment: "Qmez8QWAHHBDCb5bsAZdBuWLwB42PH24WrgifB89gLisW7"
24+
epoch-subgraph-endpoint: http://graph-node-query:8000/subgraphs/id/Qmez8QWAHHBDCb5bsAZdBuWLwB42PH24WrgifB89gLisW7
2525
ethereum: http://proxyd-nitro-proxyd.arbitrum-sepolia:8545
2626
ethereum-network: arbitrum-sepolia
27-
offchain-subgraphs: "QmNNn48AU8CZei8sYLXrXABMHkiXAuQDvFaZHYYPryKEvF,QmUiLdbsk6c51UMdcNBxsP3KadJpkmp6a3k2NCprR4ZFeM,QmbGVqFCqgh83NpW4kHFAJuE9mAbVfhXdY59NrevSCaCeN"
27+
offchain-subgraphs: "Qmez8QWAHHBDCb5bsAZdBuWLwB42PH24WrgifB89gLisW7,QmUiLdbsk6c51UMdcNBxsP3KadJpkmp6a3k2NCprR4ZFeM,QmbGVqFCqgh83NpW4kHFAJuE9mAbVfhXdY59NrevSCaCeN"

0 commit comments

Comments
 (0)