Skip to content

Commit

Permalink
update chain name to -beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 12, 2024
1 parent 8499cf3 commit d25fee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subgraph/graph-node/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool_size = 10

[chains]
ingestor = "block_ingestor_node"
[chains.holesky-cl]
[chains.holesky-beacon]
protocol = "substreams"
shard = "primary"
provider = [
Expand Down
2 changes: 1 addition & 1 deletion subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ schema:
dataSources:
- kind: substreams
name: Blobs
network: holesky-cl
network: holesky-beacon
source:
package:
moduleName: graph_out
Expand Down

0 comments on commit d25fee6

Please sign in to comment.