From 26c3ac184f2e9d39d170e72c066b800756637c4c Mon Sep 17 00:00:00 2001 From: 0xGRAV3R Date: Sat, 7 Sep 2024 14:22:29 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9B=93=EF=B8=8F=20changed=20network=20to=20s?= =?UTF-8?q?epolia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/nextjs/scaffold.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/scaffold.config.ts b/packages/nextjs/scaffold.config.ts index 86c737a..b00a22e 100644 --- a/packages/nextjs/scaffold.config.ts +++ b/packages/nextjs/scaffold.config.ts @@ -10,7 +10,7 @@ export type ScaffoldConfig = { const scaffoldConfig = { // The networks on which your DApp is live - targetNetworks: [chains.hardhat], + targetNetworks: [chains.sepolia], // The interval at which your front-end polls the RPC servers for new data // it has no effect if you only target the local network (default is 4000)