We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984a1eb commit 5552a3fCopy full SHA for 5552a3f
2 files changed
docker-setup/docker-compose.dev.yml
@@ -102,7 +102,7 @@ services:
102
container_name: hp-dev-graph-node
103
# In case of issues on Mac M1 rebuild the image for it locally
104
# https://github.com/graphprotocol/graph-node/blob/master/docker/README.md#running-graph-node-on-an-macbook-m1
105
- image: graphprotocol/graph-node
+ image: graphprotocol/graph-node:v0.41.1
106
restart: *default-restart
107
logging:
108
<<: *default-logging
packages/subgraph/human-protocol/template.yaml
@@ -28,6 +28,8 @@ dataSources:
28
abis:
29
- name: EscrowFactory
30
file: '{{{ EscrowFactory.abi }}}'
31
+ - name: Escrow
32
+ file: '{{{ Escrow.abi }}}'
33
eventHandlers:
34
- event: Launched(address,address)
35
handler: handleLaunched
0 commit comments