Skip to content

Commit

Permalink
fix: removed IS_BRIDGE_ENABLED and ENABLE_LMP
Browse files Browse the repository at this point in the history
  • Loading branch information
minikas committed Jul 5, 2024
1 parent dac330c commit 17ca374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/hestia/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ const nextConfig = {
LANDING_PAGE: process.env.LANDING_PAGE,
MAINTENACE_MODE: process.env.MAINTENACE_MODE,
UNDER_MAINTENACE: process.env.UNDER_MAINTENACE,
ENABLE_LMP: process.env.ENABLE_LMP,
IS_BRIDGE_ENABLED: process.env.IS_BRIDGE_ENABLED,
BLOCKED_ASSETS: process.env.BLOCKED_ASSETS,
DEFAULT_TRANSFER_TOKEN: process.env.DEFAULT_TRANSFER_TOKEN,
SUBSCAN_API: process.env.SUBSCAN_API,
Expand Down

0 comments on commit 17ca374

Please sign in to comment.