You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -150,7 +150,7 @@ export async function processNetworkData(
}catch(error){
INDEXER_LOGGER.log(
LOG_LEVELS_STR.LEVEL_WARN,
`Get events for network: ${rpcDetails.network} failure: ${error.message} `,
`Get events for network: ${rpcDetails.network} failure: ${error.message}\n\nConsider that there may be an issue with your RPC provider. We recommend using private RPCs from reliable providers such as Infura or Alchemy.`,