Skip to content

Commit

Permalink
Update subgraph.template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Oct 11, 2024
1 parent c370f2b commit 85cf076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dataSources:
source:
address: "{{realmDiamondAddress}}"
abi: RealmDiamond
startBlock: "{{realmStartBlock}}"
startBlock: { { realmStartBlock } }
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down Expand Up @@ -36,7 +36,7 @@ dataSources:
source:
address: "{{tileDiamondAddress}}"
abi: TileDiamond
startBlock: "{{tileStartBlock}}"
startBlock: { { tileStartBlock } }
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -63,7 +63,7 @@ dataSources:
source:
address: "{{installationDiamondAddress}}"
abi: InstallationDiamond
startBlock: "{{installationStartBlock}}"
startBlock: { { installationStartBlock } }
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit 85cf076

Please sign in to comment.