Skip to content

Commit

Permalink
fix: remove onlyLocalBurnerWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
metalboyrick committed Jan 11, 2025
1 parent b05e179 commit a25b19c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/deploying/deploy-nextjs-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ You can configure different settings for your dapp at `packages/nextjs/scaffold.
export type ScaffoldConfig = {
targetNetworks: readonly Chain[];
pollingInterval: number;
onlyLocalBurnerWallet: boolean;
rpcProviderUrl: string;
walletAutoConnect: boolean;
autoConnectTTL: number;

// other configs you might have
// e.g. isTest: boolean;
// e.g. tokenIcon: string;
};
```

Expand Down

0 comments on commit a25b19c

Please sign in to comment.