We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d812314 commit 7385789Copy full SHA for 7385789
.env
@@ -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
@@ -41,7 +41,7 @@ yarn-error.log*
41
# yalc
42
.yalc
43
yalc.lock
44
-.env
+#.env
45
46
/cypress/videos
47
/cypress/screenshots
0 commit comments