From 72f6fd0d2995e940eec937adca5b44ef8de81fa0 Mon Sep 17 00:00:00 2001 From: balamir Date: Thu, 14 May 2026 00:47:46 +0300 Subject: [PATCH 1/2] docs: improve template environment configuration --- templates/onchainkit-nextjs/.template.env | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/onchainkit-nextjs/.template.env b/templates/onchainkit-nextjs/.template.env index 56c8b23ebb..e83ad8bcbd 100644 --- a/templates/onchainkit-nextjs/.template.env +++ b/templates/onchainkit-nextjs/.template.env @@ -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" From 73deef221495f1b81f8ef4be093147619dbd8f27 Mon Sep 17 00:00:00 2001 From: balamir Date: Sat, 23 May 2026 01:33:35 +0300 Subject: [PATCH 2/2] chore: add root gitattributes --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..2f76cd09da --- /dev/null +++ b/.gitattributes @@ -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