Skip to content

Commit

Permalink
feat: env variables for local
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Aug 21, 2023
1 parent d812314 commit 7385789
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## CGW
NEXT_PUBLIC_GATEWAY_URL_PRODUCTION=https://gateway.safe.evmos.org
NEXT_PUBLIC_GATEWAY_URL_STAGING=https://gateway.safe.evmos.dev

# Wallet-specific variables
NEXT_PUBLIC_WC_BRIDGE=https://wcb.safe.protofire.io/
NEXT_PUBLIC_WC_PROJECT_ID=47c31414d756fc0333ed8eaf84b6b016
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ yarn-error.log*
# yalc
.yalc
yalc.lock
.env
#.env

/cypress/videos
/cypress/screenshots
Expand Down

0 comments on commit 7385789

Please sign in to comment.