Skip to content

Commit

Permalink
fix: graft configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
orionstardust committed Apr 18, 2024
1 parent ea6e31b commit 9a5c236
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
specVersion: 0.0.4
features:
- grafting
graft:
base: QmT2JC12A18dVFPs9BAoHFDgAjna8xHEELNB92GyJkZwda # Subgraph ID of base subgraph
block: 55931247 # Block number
#features:
# - grafting
#graft:
# base: QmT2JC12A18dVFPs9BAoHFDgAjna8xHEELNB92GyJkZwda # Subgraph ID of base subgraph
# block: 55931247 # Block number
schema:
file: ./schema.graphql
dataSources:
Expand Down

0 comments on commit 9a5c236

Please sign in to comment.