-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
88 lines (88 loc) · 3 KB
/
config.yaml
File metadata and controls
88 lines (88 loc) · 3 KB
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
# yaml-language-server: $schema=./node_modules/envio/evm.schema.json
name: envio-indexer
contracts:
- name: HoneyJar
handler: src/EventHandlers.ts
events:
- event: Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
- event: ApprovalForAll(address indexed owner, address indexed operator, bool approved)
- event: BaseURISet(string uri)
- event: OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
- event: SetGenerated(bool generated)
- event: Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
field_selection:
transaction_fields:
- hash
- name: MoneycombVault
handler: src/EventHandlers.ts
events:
- event: AccountOpened(address indexed user, uint256 indexed accountIndex, uint256 indexed honeycombId)
field_selection:
transaction_fields:
- hash
- event: AccountClosed(address indexed user, uint256 indexed accountIndex, uint256 indexed honeycombId)
field_selection:
transaction_fields:
- hash
- event: HJBurned(address indexed user, uint256 indexed accountIndex, uint256 indexed hjGen)
field_selection:
transaction_fields:
- hash
- event: SharesMinted(address indexed user, uint256 accountIndex, uint256 shares)
field_selection:
transaction_fields:
- hash
- event: RewardClaimed(address indexed user, uint256 reward)
field_selection:
transaction_fields:
- hash
networks:
- id: 1
start_block: 0
contracts:
- name: HoneyJar
address:
- 0xa20cf9b0874c3e46b344deaaea9c2e0c3e1db37d
- 0x98dc31a9648f04e23e4e36b0456d1951531c2a05
- 0xcb0477d1af5b8b05795d89d59f4667b59eae9244
- id: 42161
start_block: 0
contracts:
- name: HoneyJar
address:
- 0x1b2751328f41d1a0b91f3710edcd33e996591b72
- id: 7777777
start_block: 0
contracts:
- name: HoneyJar
address:
- 0xe798c4d40bc050bc93c7f3b149a0dfe5cfc49fb0
- id: 10
start_block: 0
contracts:
- name: HoneyJar
address:
- 0xe1d16cc75c9f39a2e0f5131eb39d4b634b23f301
- id: 8453
start_block: 0
contracts:
- name: HoneyJar
address:
- 0xbad7b49d985bbfd3a22706c447fb625a28f048b4
- id: 80094
start_block: 0
contracts:
- name: HoneyJar
address:
- 0xedc5dfd6f37464cc91bbce572b6fe2c97f1bc7b3
- 0x1c6c24cac266c791c4ba789c3ec91f04331725bd
- 0xf1e4a550772fabfc35b28b51eb8d0b6fcd1c4878
- 0xdb602ab4d6bd71c8d11542a9c8c936877a9a4f45
- 0x0263728e7f59f315c17d3c180aeade027a375f17
- 0xb62a9a21d98478f477e134e175fd2003c15cb83a
- 0x886d2176d899796cd1affa07eff07b9b2b80f1be
- name: MoneycombVault
address:
- 0x9279b2227b57f349a0ce552b25af341e735f6309
unordered_multichain_mode: true
preload_handlers: true