diff --git a/packages/nextjs/scaffold.config.ts b/packages/nextjs/scaffold.config.ts index 1c90a5d..f7508a3 100644 --- a/packages/nextjs/scaffold.config.ts +++ b/packages/nextjs/scaffold.config.ts @@ -10,7 +10,7 @@ type ScaffoldConfig = { const scaffoldConfig = { // The network where your DApp lives in - targetNetwork: chains.optimism, + targetNetwork: chains.mainnet, // The interval at which your front-end polls the RPC servers for new data // it has no effect on the local network