Skip to content

Commit

Permalink
refactor: remove startLocalnet() call from index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 12, 2024
1 parent 69e82bd commit 8e912b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,3 @@ export const startLocalnet = async () => {

process.stdin.resume();
};

startLocalnet()
.then(() => {
console.log("Setup complete, monitoring events. Press CTRL+C to exit.");
})
.catch((error) => {
console.error("Failed to deploy contracts or set up listeners:", error);
process.exit(1);
});

0 comments on commit 8e912b1

Please sign in to comment.