Skip to content

Commit a119d66

Browse files
committed
chore: add fallback RPC
1 parent 5c7f6c8 commit a119d66

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/indexer/config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ networks:
147147
- 0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3
148148

149149
- id: 10 # optimism
150+
rpc: https://opt-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
150151
start_block: 111678968
151152
contracts:
152153
- name: Registry
@@ -158,6 +159,7 @@ networks:
158159
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
159160

160161
- id: 137 # polygon
162+
rpc: https://polygon-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
161163
start_block: 49466006
162164
contracts:
163165
- name: Registry
@@ -180,6 +182,7 @@ networks:
180182
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
181183

182184
- id: 100 # gnosis
185+
rpc: https://gnosis-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
183186
start_block: 35900000
184187
contracts:
185188
- name: Registry
@@ -191,6 +194,7 @@ networks:
191194
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
192195

193196
- id: 250 # fantom
197+
rpc: https://fantom-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
194198
start_block: 77624278
195199
contracts:
196200
- name: Registry
@@ -202,6 +206,7 @@ networks:
202206
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
203207

204208
- id: 324 # zksync-era-mainnet
209+
rpc: https://zksync-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
205210
start_block: 31154341
206211
contracts:
207212
- name: Registry
@@ -213,6 +218,7 @@ networks:
213218
- 0x9D1D1BF2835935C291C0f5228c86d5C4e235A249
214219

215220
- id: 1088 # metis
221+
rpc: https://metis-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
216222
start_block: 17860000
217223
contracts:
218224
- name: Registry
@@ -224,6 +230,7 @@ networks:
224230
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
225231

226232
- id: 43114 # avalanche
233+
rpc: https://avax-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
227234
start_block: 34540051
228235
contracts:
229236
- name: Registry
@@ -235,6 +242,7 @@ networks:
235242
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
236243

237244
- id: 8453 # base
245+
rpc: https://base-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
238246
start_block: 6083365
239247
contracts:
240248
- name: Registry
@@ -247,6 +255,7 @@ networks:
247255

248256
- id: 42161 # arbitrum
249257
start_block: 146489425
258+
rpc: https://arb-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
250259
contracts:
251260
- name: Registry
252261
address:
@@ -274,6 +283,7 @@ networks:
274283
- 0x1133eA7Af70876e64665ecD07C0A0476d09465a1
275284

276285
- id: 534352 # scroll
286+
rpc: https://scroll-mainnet.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
277287
start_block: 2683205
278288
contracts:
279289
- name: Registry
@@ -331,6 +341,7 @@ networks:
331341
#######################
332342

333343
- id: 11155111 # sepolia
344+
rpc: https://eth-sepolia.g.alchemy.com/v2/${ENVIO_ALCHEMY_API_KEY}
334345
start_block: 4617051
335346
contracts:
336347
- name: Registry

0 commit comments

Comments
 (0)