Skip to content

Commit

Permalink
change the default network to sepolia.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlavasquez8 committed Apr 16, 2024
1 parent 146e3a6 commit 721f46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export type ScaffoldConfig = {
};

const scaffoldConfig = {
targetNetworks: [chains.devnet],
// Only show the Burner Wallet when running on devnet
targetNetworks: [chains.sepolia],
// Only show the Burner Wallet when running on sefolia
onlyLocalBurnerWallet: false,
rpcProviderUrl: process.env.NEXT_PUBLIC_PROVIDER_URL || "",
// The interval at which your front-end polls the RPC servers for new data
Expand Down

0 comments on commit 721f46b

Please sign in to comment.