From 72f6fd0d2995e940eec937adca5b44ef8de81fa0 Mon Sep 17 00:00:00 2001 From: balamir Date: Thu, 14 May 2026 00:47:46 +0300 Subject: [PATCH] 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"