Skip to content

Commit 9b0b1ea

Browse files
committed
Add DealSponsored event and update IexecInterfaceNative contract path in subgraph configuration
1 parent 9b1075a commit 9b0b1ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

subgraph.bellecour.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ dataSources:
6969
- Seize
7070
- Lock
7171
- Unlock
72+
- DealSponsored
7273
abis:
7374
- name: IexecInterfaceToken
74-
file: node_modules/@iexec/poco/build/contracts/IexecInterfaceNative.json
75+
file: node_modules/@iexec/poco/artifacts/contracts/IexecInterfaceNative.sol/IexecInterfaceNative.json
7576
eventHandlers:
7677
- event: CreateCategory(uint256,string,string,uint256)
7778
handler: handleCreateCategory
@@ -107,6 +108,8 @@ dataSources:
107108
handler: handleLock
108109
- event: Unlock(address,uint256)
109110
handler: handleUnlock
111+
- event: DealSponsored(bytes32,address)
112+
handler: handleDealSponsored
110113
callHandlers:
111114
- function: matchOrders((address,uint256,uint256,bytes32,address,address,address,bytes32,bytes),(address,uint256,uint256,bytes32,address,address,address,bytes32,bytes),(address,uint256,uint256,bytes32,uint256,uint256,address,address,address,bytes32,bytes),(address,uint256,address,uint256,address,uint256,address,uint256,bytes32,uint256,uint256,address,address,string,bytes32,bytes))
112115
handler: handleMatchOrders

0 commit comments

Comments
 (0)