From 304fb99a4ab318414923238331c63adb523f8bcf Mon Sep 17 00:00:00 2001 From: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:49:44 +0100 Subject: [PATCH] v2.1.0 (#669) --- package.json | 2 +- src/utils/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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