Skip to content

Commit

Permalink
Actualizar scaffold.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi authored Sep 26, 2024
1 parent b0bb27c commit 0e7e03c
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 @@ -30,7 +30,7 @@ const scaffoldConfig = {
walletConnectProjectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID || "3a8170812b534d0ff9d794f19a901d64",

// Only show the Burner Wallet when running on hardhat network
onlyLocalBurnerWallet: true,
onlyLocalBurnerWallet: false,
} as const satisfies ScaffoldConfig;

export default scaffoldConfig;

0 comments on commit 0e7e03c

Please sign in to comment.