Skip to content

Commit 5552a3f

Browse files
flopez7flopez7
andauthored
[Subgraph] Add Escrow ABI to dataSources (#3847)
Co-authored-by: flopez7 <francisco@hmt.ai>
1 parent 984a1eb commit 5552a3f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docker-setup/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ services:
102102
container_name: hp-dev-graph-node
103103
# In case of issues on Mac M1 rebuild the image for it locally
104104
# https://github.com/graphprotocol/graph-node/blob/master/docker/README.md#running-graph-node-on-an-macbook-m1
105-
image: graphprotocol/graph-node
105+
image: graphprotocol/graph-node:v0.41.1
106106
restart: *default-restart
107107
logging:
108108
<<: *default-logging

packages/subgraph/human-protocol/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dataSources:
2828
abis:
2929
- name: EscrowFactory
3030
file: '{{{ EscrowFactory.abi }}}'
31+
- name: Escrow
32+
file: '{{{ Escrow.abi }}}'
3133
eventHandlers:
3234
- event: Launched(address,address)
3335
handler: handleLaunched

0 commit comments

Comments
 (0)