-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: add project id && build rpc (#1)
- Loading branch information
1 parent
c55a6a0
commit 57f59f2
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |