-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubgraph.yaml
36 lines (36 loc) · 956 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
32
33
34
35
36
specVersion: 0.0.2
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: Memories
network: avalanche
source:
address: "0x136Acd46C134E8269052c62A67042D6bDeDde3C9"
abi: Memories
startBlock: 3773923
mapping:
kind: ethereum/events
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- ProtocolMetric
abis:
- name: Memories
file: ./abis/Memories.json
- name: MIM
file: ./abis/MIM.json
- name: ERC20
file: ./abis/ERC20.json
- name: WAVAX
file: ./abis/WAVAX.json
- name: JoePair
file: ./abis/JoePair.json
- name: WETH
file: ./abis/WETH.json
- name: UniswapV2Pair
file: ./abis/UniswapV2Pair.json
eventHandlers:
- event: LogRebase(indexed uint256,uint256,uint256)
handler: handleLogRebase
file: ./src/Memories.ts