Skip to content

Commit

Permalink
remove localnetwork for now (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Apr 15, 2024
1 parent 8cbd974 commit 388e519
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ export type ScaffoldConfig = {
walletAutoConnect: boolean;
};

const localhost = {
...chains.localhost,
id: 31337,
} as const;

const scaffoldConfig = {
// After adding a new chain here we should also add it to the networks.ts file
targetNetworks: [
localhost,
chains.mainnet,
chains.sepolia,
chains.goerli,
Expand Down

0 comments on commit 388e519

Please sign in to comment.