-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
233 lines (210 loc) · 6.09 KB
/
config.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
name: Allo Indexer
unordered_multichain_mode: true
##########################
# CONTRACTS #
##########################
contracts:
- name: Allo
handler: src/handlers/Allo.ts
events:
- event: PoolCreated(uint256 indexed poolId, bytes32 indexed profileId, address strategy, address token, uint256 amount, (uint256,string) metadata)
- name: GeneralStrategy
handler: src/handlers/GeneralStrategy.ts
events:
- event: Allocated(address indexed recipientId, uint256 amount, address token, address sender)
- event: Allocated(address indexed recipientId, uint256 amount, address token, address sender, address origin)
name: AllocatedWithOrigin
- event: DirectAllocated(bytes32 indexed profileId, address profileOwner, uint256 amount, address token, address sender)
# - name: Registry
# handler: src/handlers/Registry.ts
# events:
# - event: ProfileCreated(bytes32 indexed profileId, uint256 nonce, string name, (uint256,string) metadata, address owner, address anchor)
# - event: ProfileMetadataUpdated(bytes32 indexed profileId, (uint256,string) metadata)
##########################
# NETWORKS #
##########################
networks:
- id: 1 # mainnet
start_block: 18486688
contracts:
- name: Allo
address:
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
- name: GeneralStrategy
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - id: 10 # optimism
# start_block: 111678968
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 11155111 # sepolia
# start_block: 4617051
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 250 # fantom
# start_block: 77624278
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 42161 # arbitrum
# start_block: 146489425
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# # - id: 80001 # polygon-mumbai
# # start_block: 41939383
# # contracts:
# # - name: Registry
# # address:
# # - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# # - name: Allo
# # address:
# # - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 137 # polygon
# start_block: 49466006
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 8453 # base
# start_block: 6083365
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 324 # zksync-era-mainnet
# start_block: 31154341
# contracts:
# - name: Registry
# address:
# - 0xaa376Ef759c1f5A8b0B5a1e2FEC5C23f3bF30246
# - name: Allo
# address:
# - 0x9D1D1BF2835935C291C0f5228c86d5C4e235A249
# # - id: 300 # zksync-era-testnet
# # rpc_config:
# # url: https://sepolia.era.zksync.dev
# # start_block: 1573385
# # contracts:
# # - name: Registry
# # address:
# # - 0xaa376Ef759c1f5A8b0B5a1e2FEC5C23f3bF30246
# # - name: Allo
# # address:
# # - 0x9D1D1BF2835935C291C0f5228c86d5C4e235A249
# - id: 43114 # avalanche
# start_block: 34540051
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# # - id: 43113 # avalanche-fuji
# # rpc_config:
# # url: https://rpc.ankr.com/avalanche_fuji
# # start_block: 25380385
# # contracts:
# # - name: Registry
# # address:
# # - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# # - name: Allo
# # address:
# # - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 534352 # scroll
# start_block: 2683205
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# # - id: 713715 # sei-devnet
# # rpc_config:
# # url: https://evm-rpc.arctic-1.seinetwork.io
# # start_block: 14660337
# # contracts:
# # - name: Registry
# # address:
# # - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# # - name: Allo
# # address:
# # - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# # - id: 1329 # sei-mainnet
# # rpc_config:
# # url: https://evm-rpc.sei-apis.com
# # start_block: 78000000
# # contracts:
# # - name: Registry
# # address:
# # - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# # - name: Allo
# # address:
# # - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 42 # lukso-mainnet
# start_block: 2400000
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 4201 # lukso-testnet
# rpc_config:
# url: https://rpc.testnet.lukso.network
# start_block: 2500000
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# - id: 42220 # celo-mainnet
# start_block: 22257475
# contracts:
# - name: Registry
# address:
# - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# - name: Allo
# address:
# - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
# # - id: 44787 # celo-testnet
# # rpc_config:
# # url: https://alfajores-forno.celo-testnet.org
# # start_block: 23061115
# # contracts:
# # - name: Registry
# # address:
# # - 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
# # - name: Allo
# # address:
# # - 0x1133eA7Af70876e64665ecD07C0A0476d09465a1