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
The async function fetchEternalFarms(reload: boolean) is dependent on backend server to return. This is causing laggy response time, since, we call await internally.
The
async function fetchEternalFarms(reload: boolean)
is dependent on backend server to return. This is causing laggy response time, since, we call await internally.As temporary mediation I've disabled the APR and TVL.
This should be abstracted to an external call.
So that.
The text was updated successfully, but these errors were encountered: