We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef608 commit 8d08d4aCopy full SHA for 8d08d4a
1 file changed
extension/packages/nextjs/scaffold.config.ts.args.mjs
@@ -15,7 +15,7 @@ export type ${extraConfigTypeName} = {
15
export const configOverrides = {
16
targetNetworks: ["$$customChain$$", "$$chains.sepolia$$"],
17
pollingInterval: 12_345,
18
- onlyLocalBurnerWallet: false,
+ burnerWalletMode: "allNetworks",
19
customApiKey: "$$CUSTOM_API_KEY$$",
20
};
21
0 commit comments