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
exports[`checkConfigOptions LIVE_CEX disabled requires TEST_CENTRALIZED_EXCHANGE_BASEASSET_BALANCE 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: TEST_CENTRALIZED_EXCHANGE_BASEASSET_BALANCE"`;
3
+
exports[`checkConfigOptions TEST_MODE disabled requires CEX_API_KEY 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: CEX_API_KEY"`;
4
4
5
-
exports[`checkConfigOptions LIVE_CEX disabled requires TEST_CENTRALIZED_EXCHANGE_QUOTEASSET_BALANCE 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: TEST_CENTRALIZED_EXCHANGE_QUOTEASSET_BALANCE"`;
5
+
exports[`checkConfigOptions TEST_MODE disabled requires CEX_API_SECRET 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: CEX_API_SECRET"`;
6
6
7
-
exports[`checkConfigOptions LIVE_CEX enabled requires CEX_API_KEY 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: CEX_API_KEY"`;
7
+
exports[`checkConfigOptions TEST_MODE enabled requires TEST_CENTRALIZED_EXCHANGE_BASEASSET_BALANCE 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: TEST_CENTRALIZED_EXCHANGE_BASEASSET_BALANCE"`;
8
8
9
-
exports[`checkConfigOptions LIVE_CEX enabled requires CEX_API_SECRET 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: CEX_API_SECRET"`;
9
+
exports[`checkConfigOptions TEST_MODE enabled requires TEST_CENTRALIZED_EXCHANGE_QUOTEASSET_BALANCE 1`] =`"Incomplete configuration. Please add the following options to .env or as environment variables: TEST_CENTRALIZED_EXCHANGE_QUOTEASSET_BALANCE"`;
0 commit comments