From 5a6da5011f44f87e09684ad917852582be9d7d3c Mon Sep 17 00:00:00 2001 From: flopez7 Date: Thu, 26 Mar 2026 14:06:46 +0100 Subject: [PATCH] add Escrow ABI to dataSources in template.yaml and update graph-node image to v0.41.1 in docker-compose.dev.yml --- docker-setup/docker-compose.dev.yml | 2 +- packages/subgraph/human-protocol/template.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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