-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubgraph.yaml
31 lines (31 loc) · 987 Bytes
/
subgraph.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
specVersion: 0.0.5
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: Meebits
network: mainnet
source:
address: '0x7Bd29408f11D2bFC23c34f18275bBf23bB716Bc7'
abi: Meebits
startBlock: 12358080
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- Account
- Meebit
abis:
- name: Autoglyphs
file: ./abis/Autoglyphs.json
- name: CryptoPunksMarket
file: ./abis/CryptoPunksMarket.json
- name: Meebits
file: ./abis/Meebits.json
eventHandlers:
- event: Mint(indexed uint256,indexed address,uint256)
handler: handleMint
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
file: ./src/meebits.ts