From e626a51297b09590181d2a73bf349c697d14b878 Mon Sep 17 00:00:00 2001 From: Theo Date: Mon, 17 Jul 2023 14:55:14 -0700 Subject: [PATCH] Enable goerli events syncing --- networkConfig.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/networkConfig.js b/networkConfig.js index b1fb3eb..7951916 100644 --- a/networkConfig.js +++ b/networkConfig.js @@ -1,5 +1,5 @@ export const blockSyncInterval = 10000 -export const enabledChains = ['1', '10', '56', '100', '137', '43114', '42161'] +export const enabledChains = ['1', '5', '10', '56', '100', '137', '43114', '42161'] export const chainsWithEncryptedNotes = ['1', '5', '56', '100', '137'] export default { netId1: { @@ -411,6 +411,10 @@ export default { name: 'Tornado RPC', url: 'https://avalanche-rpc.tornado.ws/ext/bc/C/rpc' }, + meowRPC: { + name: 'Meow RPC', + url: 'https://avax.meowrpc.com' + }, publicRpc1: { name: 'Avalanche RPC', url: 'https://api.avax.network/ext/bc/C/rpc'