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 874b44d commit c370f2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ schema:
dataSources:
- kind: ethereum/contract
name: RealmDiamond
network: { { network } }
network: "{{network}}"
source:
address: "{{realmDiamondAddress}}"
abi: RealmDiamond
startBlock: { { realmStartBlock } }
startBlock: "{{realmStartBlock}}"
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -32,11 +32,11 @@ dataSources:

- kind: ethereum/contract
name: TileDiamond
network: { { network } }
network: "{{network}}"
source:
address: "{{tileDiamondAddress}}"
abi: TileDiamond
startBlock: { { tileStartBlock } }
startBlock: "{{tileStartBlock}}"
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -59,11 +59,11 @@ dataSources:

- kind: ethereum/contract
name: InstallationDiamond
network: { { network } }
network: "{{network}}"
source:
address: "{{installationDiamondAddress}}"
abi: InstallationDiamond
startBlock: { { installationStartBlock } }
startBlock: "{{installationStartBlock}}"
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit c370f2b

Please sign in to comment.