Skip to content

Commit 4ad94cd

Browse files
committed
Network config in scaffold updated
1 parent 2f4e39d commit 4ad94cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nextjs/scaffold.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const DEFAULT_ALCHEMY_API_KEY = "cR4WnXePioePZ5fFrnSiR";
1515

1616
const scaffoldConfig = {
1717
// The networks on which your DApp is live
18-
targetNetworks: [chains.foundry],
18+
targetNetworks: [chains.baseSepolia],
1919
// 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))
2020
pollingInterval: 30000,
2121
// This is ours Alchemy's default API key.

0 commit comments

Comments
 (0)