1 parent 2f4e39d commit 4ad94cdCopy full SHA for 4ad94cd
1 file changed
packages/nextjs/scaffold.config.ts
@@ -15,7 +15,7 @@ export const DEFAULT_ALCHEMY_API_KEY = "cR4WnXePioePZ5fFrnSiR";
15
16
const scaffoldConfig = {
17
// The networks on which your DApp is live
18
- targetNetworks: [chains.foundry],
+ targetNetworks: [chains.baseSepolia],
19
// 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))
20
pollingInterval: 30000,
21
// This is ours Alchemy's default API key.
0 commit comments