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
After investigation of the root cause of the issue #524, it was found that ALM requires support of fallback RPC URLs as well similar to the oracle has.
Consider to implement the following logic:
several URLs can be specified in COMMON_HOME_RPC_URL and COMMON_FOREIGN_RPC_URL in the .env file.
the app works with the first URL to access the blockchain data
if the URL responds with an error, the second URL from the list is used to get data
if the second URL fails, the third one is used and so on.
if all RPCs fail, the user is notified about it: "An error to access data from occurs. Please try again later."
The text was updated successfully, but these errors were encountered:
After investigation of the root cause of the issue #524, it was found that ALM requires support of fallback RPC URLs as well similar to the oracle has.
Consider to implement the following logic:
COMMON_HOME_RPC_URL
andCOMMON_FOREIGN_RPC_URL
in the.env
file.The text was updated successfully, but these errors were encountered: