You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/quick-start/configure-contracts.mdx
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -29,31 +29,8 @@ The contracts pulled from the network are determined by the chain configured in
29
29
While some contracts may have the same address on both `Sepolia and Mainnet`, this is not always guaranteed. Always double-check you are on the correct network based on the contract's intended usage.
30
30
31
31
```ts
32
-
exporttypeScaffoldConfig= {
33
-
targetNetworks:readonlychains.Chain[];
34
-
pollingInterval:number;
35
-
onlyLocalBurnerWallet:boolean;
36
-
rpcProviderUrl:string;
37
-
walletAutoConnect:boolean;
38
-
};
39
-
40
32
const scaffoldConfig = {
41
33
targetNetworks: [chains.devnet],
42
-
// Only show the Burner Wallet when running on devnet
0 commit comments