aave-automation-subgraph/subgraph.yaml

30 lines
804 B
YAML
Raw Normal View History

2022-08-04 04:55:00 +00:00
specVersion: 0.0.1
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: undefined
network: matic
source:
address: "0x6Bf41D02026b5B21F2a0bb0880b8545768a7151f"
abi: InstaAutomation
mapping:
kind: ethereum/events
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- AdminChanged
- BeaconUpgraded
- Upgraded
abis:
- name: InstaAutomation
file: ./abis/InstaAutomation.json
eventHandlers:
- event: AdminChanged(address,address)
handler: handleAdminChanged
- event: BeaconUpgraded(indexed address)
handler: handleBeaconUpgraded
- event: Upgraded(indexed address)
handler: handleUpgraded
file: ./src/insta-automation.ts