Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

63 lit protocol 2 - add the amoy network #72

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEXT_PUBLIC_ACTIVE_DEBUG=false

# ========== CONNECT ==============
NEXT_PUBLIC_WALLECT_CONNECT_PROJECT_ID=xxxxx
NEXT_PUBLIC_DEFAULT_CHAIN_ID=80001
NEXT_PUBLIC_DEFAULT_CHAIN_ID=80002

# ========== PLATFORM ==============
NEXT_PUBLIC_PLATFORM_ID=4
Expand All @@ -13,6 +13,7 @@ NEXT_PUBLIC_INFURA_ID=xxxxx
NEXT_PUBLIC_INFURA_SECRET=xxxxxx
NEXT_PUBLIC_IPFS_BASE_URL=https://ipfs.io/ipfs/
NEXT_PUBLIC_IPFS_WRITE_URL=https://ipfs.infura.io:5001
NEXT_PUBLIC_PINATA_JWT=

# ========== SIGNATURE ==============
NEXT_PUBLIC_SIGNATURE_API_URL=
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dist-ssr

# typescript
*.tsbuildinfo
next-env.d.ts
next-env.d.ts
.vercel
Loading