Skip to content

Commit 5786101

Browse files
committed
reverted minor changes
1 parent b6e5a34 commit 5786101

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.env

+3
Original file line numberDiff line numberDiff line change
@@ -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

-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ yarn-error.log*
3333

3434
#vercel
3535
.vercel
36-
*.env
37-
.env
38-
.env*.local

apps/web/.env

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# DO NOT ADD SECRETS TO THIS FILE. This is a good place for defaults.
2+
# If you want to add secrets use `.env.local` instead.
3+
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

Comments
 (0)