-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsubgraph.yaml
114 lines (114 loc) · 3.87 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
specVersion: 0.0.5
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: VeaInboxArbToEthDevnet
network: arbitrum-sepolia
source:
address: "0xF6C5640de593fEf76129F1F1A863F7ddc65776C9"
abi: VeaInboxArbToEthDevnet
startBlock: 129093493
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- MessageSent
- SnapshotSaved
- StaterootSent
abis:
- name: VeaInboxArbToEthDevnet
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json
eventHandlers:
- event: MessageSent(bytes)
handler: handleMessageSent
- event: SnapshotSaved(bytes32,uint256,uint64)
handler: handleSnapshotSaved
- event: SnapshotSent(indexed uint256,bytes32)
handler: handleSnapshotSent
file: ./src/vea-inbox.ts
- kind: ethereum
name: VeaInboxArbToEthTestnet
network: arbitrum-sepolia
source:
address: "0xAA4F00c86bf956C0Fae603D030CBc2dA7f8B7C5B"
abi: VeaInboxArbToEthTestnet
startBlock: 139057282
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- MessageSent
- SnapshotSaved
- StaterootSent
abis:
- name: VeaInboxArbToEthTestnet
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToEthTestnet.json
- name: VeaInboxArbToEthDevnet # Indexing fails without this
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json
eventHandlers:
- event: MessageSent(bytes)
handler: handleMessageSent
- event: SnapshotSaved(bytes32,uint256,uint64)
handler: handleSnapshotSaved
- event: SnapshotSent(indexed uint256,bytes32)
handler: handleSnapshotSent
file: ./src/vea-inbox.ts
- kind: ethereum
name: VeaInboxArbToGnosisDevnet
network: arbitrum-sepolia
source:
address: "0xF6286b9C6c7F1B33Ea976FA43434027c7b8421A7"
abi: VeaInboxArbToGnosisDevnet
startBlock: 129093812
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- MessageSent
- SnapshotSaved
- StaterootSent
abis:
- name: VeaInboxArbToGnosisDevnet
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToGnosisDevnet.json
- name: VeaInboxArbToEthDevnet # Indexing fails without this
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json
eventHandlers:
- event: MessageSent(bytes)
handler: handleMessageSent
- event: SnapshotSaved(bytes32,uint256,uint64)
handler: handleSnapshotSaved
- event: SnapshotSent(indexed uint256,bytes32)
handler: handleSnapshotSent
file: ./src/vea-inbox.ts
- kind: ethereum
name: VeaInboxArbToGnosisTestnet
network: arbitrum-sepolia
source:
address: "0xa0d410b202D69C36871d5135ce42fC7D379BBB1c"
abi: VeaInboxArbToGnosisTestnet
startBlock: 139057386
mapping:
kind: ethereum/events
apiVersion: 0.0.7
language: wasm/assemblyscript
entities:
- MessageSent
- SnapshotSaved
- StaterootSent
abis:
- name: VeaInboxArbToGnosisTestnet
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToGnosisTestnet.json
- name: VeaInboxArbToEthDevnet # Indexing fails without this
file: ../contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json
eventHandlers:
- event: MessageSent(bytes)
handler: handleMessageSent
- event: SnapshotSaved(bytes32,uint256,uint64)
handler: handleSnapshotSaved
- event: SnapshotSent(indexed uint256,bytes32)
handler: handleSnapshotSent
file: ./src/vea-inbox.ts