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
Copy file name to clipboardExpand all lines: ENV_VARIABLES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The value of these variables are used in **environment-variables.ts** file.
24
24
|VUE_APP_FLYOVER_PEGOUT_QUOTE_DIFF_PERCENTAGE |`2`| Defines quote difference percentage to 2% so it requieres the user to review condition only for a difference bigger that this percentage |
25
25
|VUE_APP_RECAPTCHA_NEW_TOKEN_TIME |`30`| Specifies the time (in seconds) to temporarily disable the flyover between new transactions. This accounts for the time required by Google reCAPTCHA to regenerate a challenge token |
26
26
|VUE_APP_FLYOVER_PROVIDER_ID |`1`| Sets up the provider id to be use for flyover status search. |
27
+
|VUE_APP_FLYOVER_GET_PROVIDERS_TIMEOUT |`5000`| Sets a timeout for calls made to get liquidity providers. |
28
+
|VUE_APP_API_RESPONSE_TIMEOUT |`10000`| Sets a timeout for calls made to API on search transaction. |
0 commit comments