diff --git a/docker-setup/docker-compose.dev.yml b/docker-setup/docker-compose.dev.yml index 285fcb690a..28253c35b4 100644 --- a/docker-setup/docker-compose.dev.yml +++ b/docker-setup/docker-compose.dev.yml @@ -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 diff --git a/packages/subgraph/human-protocol/template.yaml b/packages/subgraph/human-protocol/template.yaml index 3217e18a10..f4fde48c1c 100644 --- a/packages/subgraph/human-protocol/template.yaml +++ b/packages/subgraph/human-protocol/template.yaml @@ -28,6 +28,8 @@ dataSources: abis: - name: EscrowFactory file: '{{{ EscrowFactory.abi }}}' + - name: Escrow + file: '{{{ Escrow.abi }}}' eventHandlers: - event: Launched(address,address) handler: handleLaunched