From aa2dcb6d03ea2e784c0ff9fb05ca3677d7f84e11 Mon Sep 17 00:00:00 2001 From: Bryan Fullam Date: Tue, 23 Apr 2024 15:58:47 +0200 Subject: [PATCH] Remove Linea option --- 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 ee50705..89e90e2 100644 --- a/packages/nextjs/scaffold.config.ts +++ b/packages/nextjs/scaffold.config.ts @@ -11,7 +11,7 @@ export type ScaffoldConfig = { const scaffoldConfig = { // The networks on which your DApp is live - targetNetworks: [chains.foundry, chains.arbitrum, chains.gnosis, chains.linea], + targetNetworks: [chains.foundry, chains.arbitrum, chains.gnosis], // 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)