diff --git a/package.json b/package.json index c6a2d52e..a07087e4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 698c54fd..f106b65f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -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