Prathamesh Musale
ffc637f7a4
Part of [Generate watchers for sushiswap subgraphs deployed in graph-node ](https://www.notion.so/Generate-watchers-for-sushiswap-subgraphs-deployed-in-graph-node-b3f2e475373d4ab1887d9f8720bd5ae6) Co-authored-by: neeraj <neeraj.rtly@gmail.com> Reviewed-on: #5 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
25 lines
696 B
YAML
25 lines
696 B
YAML
specVersion: 0.0.4
|
|
schema:
|
|
file: schema.graphql
|
|
dataSources:
|
|
- kind: ethereum/contract
|
|
name: RouteProcessor
|
|
network: mainnet
|
|
source:
|
|
address: "0x1f2fcf1d036b375b384012e61d3aa33f8c256bbe"
|
|
startBlock: 3685230
|
|
abi: RouteProcessor
|
|
mapping:
|
|
kind: ethereum/events
|
|
apiVersion: 0.0.6
|
|
language: wasm/assemblyscript
|
|
file: RouteProcessor/RouteProcessor.wasm
|
|
entities: []
|
|
abis:
|
|
- name: RouteProcessor
|
|
file: RouteProcessor/abis/RouteProcessor3.json
|
|
eventHandlers:
|
|
- event: Route(indexed address,address,indexed address,indexed
|
|
address,uint256,uint256,uint256)
|
|
handler: handleRoute
|