We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253d40d commit 45621f7Copy full SHA for 45621f7
packages/nextjs/scaffold.config.ts
@@ -11,7 +11,7 @@ export type ScaffoldConfig = {
11
const scaffoldConfig = {
12
// The networks on which your DApp is live
13
// targetNetworks: [chains.foundry, chains.base],
14
- targetNetworks: [chains.base, chains.baseSepolia],
+ targetNetworks: [chains.baseSepolia],
15
16
// The interval at which your front-end polls the RPC servers for new data
17
// it has no effect if you only target the local network (default is 4000)
0 commit comments