Skip to content

Commit 7385789

Browse files
committed
feat: env variables for local
1 parent d812314 commit 7385789

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## CGW
2+
NEXT_PUBLIC_GATEWAY_URL_PRODUCTION=https://gateway.safe.evmos.org
3+
NEXT_PUBLIC_GATEWAY_URL_STAGING=https://gateway.safe.evmos.dev
4+
5+
# Wallet-specific variables
6+
NEXT_PUBLIC_WC_BRIDGE=https://wcb.safe.protofire.io/
7+
NEXT_PUBLIC_WC_PROJECT_ID=47c31414d756fc0333ed8eaf84b6b016

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ yarn-error.log*
4141
# yalc
4242
.yalc
4343
yalc.lock
44-
.env
44+
#.env
4545

4646
/cypress/videos
4747
/cypress/screenshots

0 commit comments

Comments
 (0)