Skip to content

Commit

Permalink
config: add project id && build rpc (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbojiTheSecond committed Dec 27, 2024
1 parent c55a6a0 commit 57f59f2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID='' # Required - https://cloud.walletconnect.com/
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID='29d61c7872beb6491c27c16145d941b9' # Required - https://cloud.walletconnect.com/

# Network Configuration
NEXT_PUBLIC_RPC_URL=https://sepolia-rollup.arbitrum.io/rpc
NEXT_PUBLIC_CHAIN_ID=421614
NEXT_PUBLIC_BLOCK_EXPLORER=https://sepolia.arbiscan.io

# Contract Addresses (Required for dApp functionality)
# NEXT_PUBLIC
# NEXT_PUBLIC

# Additional Configuration
NEXT_PUBLIC_APP_NAME="SciVerse"
NEXT_PUBLIC_APP_DESCRIPTION="DeSci description"

0 comments on commit 57f59f2

Please sign in to comment.