Skip to content

Commit

Permalink
update scaffold config
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuh2511 committed Sep 30, 2024
1 parent 8bee6d9 commit 60a9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type ScaffoldConfig = {
};

const scaffoldConfig = {
targetNetworks: [chains.sepolia],
targetNetworks: [chains.devnet],
// Only show the Burner Wallet when running on devnet
onlyLocalBurnerWallet: false,
rpcProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL || "",
Expand Down

0 comments on commit 60a9c2e

Please sign in to comment.