This commit is contained in:
Bob van der Helm 2023-11-30 12:49:44 +01:00 committed by GitHub
parent f5034a095f
commit 304fb99a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mars-v2-frontend",
"version": "2.0.6",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "yarn validate-env && next build",

View File

@ -20,6 +20,6 @@ export const DEFAULT_PORTFOLIO_STATS = [
{ title: null, sub: 'Account Leverage' },
]
export const ENABLE_HLS = false
export const ENABLE_HLS = true
export const ENABLE_PERPS = false
export const ENABLE_AUTO_REPAY = false