Skip to content

Commit

Permalink
commit dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Oct 25, 2024
1 parent dae2433 commit d8c0d92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
VITE_NAME="Orderly DEX"
VITE_DESCRIPTION="Example DEX implementation using Orderly's React Hooks SDK"
VITE_WALLETCONNECT_DAPP_URL=https://orderlynetwork.github.io/example-dex
VITE_WALLETCONNECT_PROJECT_ID=5f4e967f02cf92c8db957c56e877e149
VITE_BROKER_ID=orderly
VITE_BROKER_NAME="Orderly Network"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_modules
/.cache
/build
/public/build
.env

# UnoCSS generated css file
/app/styles/uno.css
Expand Down

0 comments on commit d8c0d92

Please sign in to comment.