We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e5a34 commit 5786101Copy full SHA for 5786101
.env
@@ -0,0 +1,3 @@
1
+PRIVATE_ALCHEMY_ID=<ALCHEMY_ID>
2
+ANVIL_FORK_URL=https://eth-mainnet.alchemyapi.io/v2/$PRIVATE_ALCHEMY_ID
3
+ANVIL_BLOCK_NUMBER=16630004
.gitignore
@@ -33,6 +33,3 @@ yarn-error.log*
33
34
#vercel
35
.vercel
36
-*.env
37
-.env
38
-.env*.local
apps/web/.env
@@ -0,0 +1,6 @@
+# DO NOT ADD SECRETS TO THIS FILE. This is a good place for defaults.
+# If you want to add secrets use `.env.local` instead.
+
4
+NEXT_PUBLIC_UPLOAD_API=https://upload-api.zora.co
5
+NEXT_PUBLIC_IPFS_GATEWAY=https://ipfs.decentralized-content.com
6
+NEXT_PUBLIC_NETWORK_TYPE=testnet
0 commit comments