Skip to content

Commit 8d08d4a

Browse files
update scaffold config burner key (#121)
1 parent aeef608 commit 8d08d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/packages/nextjs/scaffold.config.ts.args.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type ${extraConfigTypeName} = {
1515
export const configOverrides = {
1616
targetNetworks: ["$$customChain$$", "$$chains.sepolia$$"],
1717
pollingInterval: 12_345,
18-
onlyLocalBurnerWallet: false,
18+
burnerWalletMode: "allNetworks",
1919
customApiKey: "$$CUSTOM_API_KEY$$",
2020
};
2121

0 commit comments

Comments
 (0)