Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-setup/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
container_name: hp-dev-graph-node
# In case of issues on Mac M1 rebuild the image for it locally
# https://github.com/graphprotocol/graph-node/blob/master/docker/README.md#running-graph-node-on-an-macbook-m1
image: graphprotocol/graph-node
image: graphprotocol/graph-node:v0.41.1
restart: *default-restart
logging:
<<: *default-logging
Expand Down
2 changes: 2 additions & 0 deletions packages/subgraph/human-protocol/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dataSources:
abis:
- name: EscrowFactory
file: '{{{ EscrowFactory.abi }}}'
- name: Escrow
file: '{{{ Escrow.abi }}}'
eventHandlers:
- event: Launched(address,address)
handler: handleLaunched
Expand Down
Loading