Skip to content
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
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
* text=auto eol=lf

*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary

*.svg text
*.md text
*.json text
*.yml text
*.yaml text
*.ts text
*.tsx text
*.js text
6 changes: 6 additions & 0 deletions templates/onchainkit-nextjs/.template.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Project name
NEXT_PUBLIC_PROJECT_NAME="template-next-basic"

# OnchainKit API Key
NEXT_PUBLIC_ONCHAINKIT_API_KEY=""

# Base Sepolia RPC URL
NEXT_PUBLIC_RPC_URL="https://sepolia.base.org"