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)