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
* refactor price into a base transport
add separate timeout for GLV info APIs
tighten up vars + code
fixing up tests
* Adjust test data to use proper minimized/maximized glvTokenPrice result
| ✅ | TIINGO_ADAPTER_URL | URL of Tiingo EA | string |||
16
+
| ✅ | NCFX_ADAPTER_URL | URL of NCFX EA | string |||
17
+
| ✅ | COINMETRICS_ADAPTER_URL | URL of Coinmetrics EA | string |||
18
+
| ✅ | MIN_REQUIRED_SOURCE_SUCCESS | Minimum number of source EAs that need to successfully return a value. | number ||`2`|
19
+
| ✅ | MARKET_INFO_API | URL market meta data supported by Glv | string ||`https://arbitrum-api.gmxinfra.io/markets`|
20
+
| ✅ | TOKEN_INFO_API | URL to token meta data supported by Glv | string ||`https://arbitrum-api.gmxinfra.io/tokens`|
21
+
|| METADATA_REFRESH_INTERVAL_MS | The amount of time the metadata should be refreshed | number ||`10800000`|
22
+
|| BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number ||`10000`|
23
+
|| GLV_INFO_API_TIMEOUT_MS | The amount of time the request to the GLV info APIs should wait before timing out. Distinct from timeout used to make requests to the EAs which can be set with API_TIMEOUT | number ||`10000`|
0 commit comments