diff --git a/package.json b/package.json index 72b099c..e198771 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettier-write": "prettier --write '**/*.ts'" }, "devDependencies": { - "@graphprotocol/contracts": "5.3.0", + "@graphprotocol/contracts": "5.3.3", "@graphprotocol/graph-cli": "^0.51.0", "@graphprotocol/graph-ts": "^0.31.0", "@types/node": "^14.0.13", diff --git a/subgraph.template.yaml b/subgraph.template.yaml index a0b9908..94ba3cb 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -334,6 +334,8 @@ dataSources: # handler: handleAllocationClosed - event: RebateClaimed(indexed address,indexed bytes32,indexed address,uint256,uint256,uint256,uint256,uint256) handler: handleRebateClaimed + - event: RebateCollected(address,indexed address,indexed bytes32,indexed address,uint256,uint256,uint256,uint256,uint256,uint256,uint256) + handler: handleRebateCollected # - event: ParameterUpdated(string) # handler: handleParameterUpdated # - event: SetOperator(indexed address,indexed address,bool)