Skip to content

Commit 45621f7

Browse files
committed
Removed base from available chains
1 parent 253d40d commit 45621f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/scaffold.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type ScaffoldConfig = {
1111
const scaffoldConfig = {
1212
// The networks on which your DApp is live
1313
// targetNetworks: [chains.foundry, chains.base],
14-
targetNetworks: [chains.base, chains.baseSepolia],
14+
targetNetworks: [chains.baseSepolia],
1515

1616
// The interval at which your front-end polls the RPC servers for new data
1717
// it has no effect if you only target the local network (default is 4000)

0 commit comments

Comments
 (0)