Skip to content

Commit

Permalink
feat(explore): adds first version of pool detail view and some wip ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jun 25, 2024
1 parent 78e14c4 commit a9e0ff7
Show file tree
Hide file tree
Showing 16 changed files with 1,084 additions and 142 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ VITE_UNFINISHED_FEATURES=true
VITE_SENTRY_URL=https://c8aaaee7201f46ca9cd8d16eacc28ee0@o1154841.ingest.sentry.io/6234797

VITE_MAINNET_DEX_BACKEND_URL=https://dex-backend-mainnet.prd.service.aepps.com/
VITE_TESTNET_DEX_BACKEND_URL=https://dex-backend-testnet.prd.service.aepps.com/
# VITE_TESTNET_DEX_BACKEND_URL=https://dex-backend-testnet.prd.service.aepps.com/
VITE_TESTNET_DEX_BACKEND_URL=http://localhost:3000

VITE_DEX_BACKEND_FETCH_TIMEOUT=500 #if skipped or 0 a default value of 2000 will be applied
VITE_DEX_BACKEND_FETCH_INTERVAL=2000 #if skipped or 0 a default value of 2000 will be applied
Expand Down
Loading

0 comments on commit a9e0ff7

Please sign in to comment.