Skip to content

Commit

Permalink
Revert mock activities
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Nov 6, 2024
1 parent 9d13616 commit 3ce27f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dapp/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VITE_ETH_HOSTNAME_HTTP="https://sepolia.infura.io/v3/c80e8ccdcc4c4a809bce4fc1653
VITE_REFERRAL=0

# ENDPOINTS
VITE_TBTC_API_ENDPOINT=""
VITE_TBTC_API_ENDPOINT="https://tbtc.api.test.acre.fi/tbtc-api/v1/"
VITE_ACRE_API_ENDPOINT="http://localhost:8788/api/v1/"

# API KEYS
Expand All @@ -23,8 +23,8 @@ VITE_FEATURE_FLAG_GAMIFICATION_ENABLED="false"
VITE_FEATURE_FLAG_WITHDRAWALS_ENABLED="false"
VITE_FEATURE_FLAG_OKX_WALLET_ENABLED="false"
VITE_FEATURE_FLAG_XVERSE_WALLET_ENABLED="false"
VITE_FEATURE_FLAG_BEEHIVE_COMPONENT_ENABLED="false"
VITE_FEATURE_FLAG_BEEHIVE_COMPONENT_ENABLED="true"
VITE_FEATURE_FLAG_ACRE_POINTS_ENABLED="true"
VITE_FEATURE_FLAG_TVL_ENABLED="false"
VITE_FEATURE_FLAG_TVL_ENABLED="true"
VITE_FEATURE_GATING_DAPP_ENABLED="true"

0 comments on commit 3ce27f4

Please sign in to comment.