-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Yarn Start" and nothing happens. #91
Comments
same |
same here. Can't tell if no output is getting logged until it actually finds an opportunity or if there is indeed an issue. LE: Put some logs around, confirming that it is running. |
Same here! Yet, I'm confused... Is it working? What should I expect to happen if there is no output log? Will I see something only when a trade is executed? |
It is working. Just checked it. You can simply put a console log in index.ts just after the isProfitable const. For example you can do something like this: That way you'll know the app is running. Also you can see that it is indeed running by checking your alchemy requests. I'm not sure what happened I haven't checked this repository for months but with a glance I can tell that the table functionality that used to log all the coin pairs is commented out and removed from index.ts. Probably because in the 3.0 version 1 inch is removed. |
Did I do something wrong? Thanks.
The text was updated successfully, but these errors were encountered: