Skip to content

Commit

Permalink
reverted minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dan13ram committed Jan 8, 2025
1 parent b6e5a34 commit 5786101
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PRIVATE_ALCHEMY_ID=<ALCHEMY_ID>
ANVIL_FORK_URL=https://eth-mainnet.alchemyapi.io/v2/$PRIVATE_ALCHEMY_ID
ANVIL_BLOCK_NUMBER=16630004
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ yarn-error.log*

#vercel
.vercel
*.env
.env
.env*.local
6 changes: 6 additions & 0 deletions apps/web/.env
Original file line number Diff line number Diff line change
@@ -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.

NEXT_PUBLIC_UPLOAD_API=https://upload-api.zora.co
NEXT_PUBLIC_IPFS_GATEWAY=https://ipfs.decentralized-content.com
NEXT_PUBLIC_NETWORK_TYPE=testnet

0 comments on commit 5786101

Please sign in to comment.