Config
The config folder holds parameters for altering the website's UI and functionality.
The config variables are listed below:
Configuration Variables Explanation
Each field in the WEB_SETTING
configuration influences the user interface (UI) of the web application. Below is a brief explanation of each field:
version
: Specifies the current version of the web application in a string format, e.g., "0.0.1".versionCode
: An integer representing a version code.calculationalInput
: Enables calculation of the input in the UIshowBadge
: Determines whether badges are shown in the user interface reflecting user performance.muonEnabled
: A feature flag that enables or disables muon features within the application.showAccountHealthEmoji
: Controls the visibility of emojis representing the health of user accounts within the UI.showColorfulAccountHealth
: When true, account health indicators will be displayed in various colors.checkWhiteList
: Checks if the account is whitelisted to trade with the an API call from thehedgerUrl
:
showSignModal
: Boolean that determines the visibility of the Terms and Services, astyled-components
modal.notAllowedMethods
: An array of strings listing methods that are prohibited for use within the application.showTpSl
: Enables or disables the visibility of stop loss.
Last updated