tornado-pool-subgraph/subgraph/l1.yaml
2022-04-25 22:41:03 +10:00

25 lines
623 B
YAML

specVersion: 0.0.2
schema:
file: ../schema/l1.graphql
dataSources:
- kind: ethereum/contract
name: BridgeHelper
network: mainnet
source:
address: "0xCa0840578f57fE71599D29375e16783424023357"
abi: BridgeHelper
startBlock: 13771404
mapping:
kind: ethereum/events
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- PublicKey
abis:
- name: BridgeHelper
file: ../abis/BridgeHelper.json
eventHandlers:
- event: PublicKey(indexed address,bytes)
handler: handlePublicKey
file: ../src/mapping/l1.ts