Skip to content

Commit

Permalink
chore: re-enable thorchain features post hardfork (#7692)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Sep 9, 2024
1 parent 0e7c273 commit 91dce8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.base
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ REACT_APP_FEATURE_ADVANCED_SLIPPAGE=true
REACT_APP_FEATURE_LEDGER_WALLET=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=true
REACT_APP_FEATURE_THORCHAIN_LENDING=true
REACT_APP_FEATURE_THORCHAIN_LENDING_BORROW=false
REACT_APP_FEATURE_THORCHAIN_LENDING_REPAY=false
REACT_APP_FEATURE_THORCHAINSWAP_LONGTAIL=false
REACT_APP_FEATURE_THORCHAINSWAP_L1_TO_LONGTAIL=false
REACT_APP_FEATURE_THORCHAIN_LENDING_BORROW=true
REACT_APP_FEATURE_THORCHAIN_LENDING_REPAY=true
REACT_APP_FEATURE_THORCHAINSWAP_LONGTAIL=true
REACT_APP_FEATURE_THORCHAINSWAP_L1_TO_LONGTAIL=true
REACT_APP_FEATURE_SHAPESHIFT_MOBILE_WALLET=false
REACT_APP_FEATURE_THORCHAIN_LP=true
REACT_APP_FEATURE_THORCHAIN_LP_DEPOSIT=false
REACT_APP_FEATURE_THORCHAIN_LP_WITHDRAW=false
REACT_APP_FEATURE_THORCHAIN_LP_DEPOSIT=true
REACT_APP_FEATURE_THORCHAIN_LP_WITHDRAW=true
REACT_APP_FEATURE_ACCOUNT_MANAGEMENT=true
REACT_APP_FEATURE_ACCOUNT_MANAGEMENT_LEDGER=true
REACT_APP_FEATURE_RFOX=true
Expand Down

0 comments on commit 91dce8f

Please sign in to comment.