tornado-subgraph/subgraphs/proxy-tornado-subgraph.yaml

27 lines
704 B
YAML

specVersion: 0.0.2
description: Proxy
repository: https://github.com/Synthetixio/synthetix-subgraph
schema:
file: ../schema.graphql
dataSources:
- kind: ethereum/contract
name: Proxy
network: bsc
source:
address: '0x5D595DB16eb6d074E0e7E7f0bE37E7e75f23BEc7'
abi: Proxy
startBlock: 7941563
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: ../src/mapping-encrypted-note.ts
entities:
- EncryptedNote
abis:
- name: Proxy
file: ../abis/Proxy.json
eventHandlers:
- event: EncryptedNote(indexed address,bytes)
handler: handleEncryptedNote