Skip to content

Commit d46d281

Browse files
feat(graph): update EBO subgraph
1 parent 97c70fb commit d46d281

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

graph/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ templates:
173173
version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
174174
{{- end }}
175175
{{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }}
176-
version: "0.5.21-canary.1"
176+
version: "0.5.20"
177177
{{- end }}
178178

179179
graph-toolbox:

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
gateway-endpoint: "https://gateway-arbitrum.network.thegraph.com/collect-receipts"
24-
epoch-subgraph-deployment: "QmW26TG5s9myd1gzio9fkgVHEEjZ7u5ktWDpkNePzbusNo"
25-
epoch-subgraph-endpoint: http://graph-node-query:8000/subgraphs/id/QmW26TG5s9myd1gzio9fkgVHEEjZ7u5ktWDpkNePzbusNo
24+
epoch-subgraph-deployment: "QmeqJqJTZg3xqYaYhvc35JzyB7RBqEyJeexjTBDykvxNkJ"
25+
epoch-subgraph-endpoint: http://graph-node-query:8000/subgraphs/id/QmeqJqJTZg3xqYaYhvc35JzyB7RBqEyJeexjTBDykvxNkJ
2626
ethereum: http://proxyd-nitro-proxyd.arbitrum-one:8545
2727
ethereum-network: arbitrum-one
28-
offchain-subgraphs: "QmW26TG5s9myd1gzio9fkgVHEEjZ7u5ktWDpkNePzbusNo,QmUhiH6Z5xo6o3GNzsSvqpGKLmCt6w5WzKQ1yHk6C8AA8S,QmdKXcBUHR3UyURqVRQHu1oV6VUkBrhi2vNvMx3bNDnUCc"
28+
offchain-subgraphs: "QmeqJqJTZg3xqYaYhvc35JzyB7RBqEyJeexjTBDykvxNkJ,QmUhiH6Z5xo6o3GNzsSvqpGKLmCt6w5WzKQ1yHk6C8AA8S,QmdKXcBUHR3UyURqVRQHu1oV6VUkBrhi2vNvMx3bNDnUCc"

src/schemas/graph.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ package LaunchpadNamespaces
9494
"graph-network-indexer": {
9595
chart: {_repositories.graphops.charts["graph-network-indexer"]}
9696
feature: #features.#network_indexer
97-
_template: {version: "0.5.21-canary.1"}
97+
_template: {version: "0.5.20"}
9898
}
9999

100100
"graph-toolbox": {

0 commit comments

Comments
 (0)