-
Notifications
You must be signed in to change notification settings - Fork 5
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
beacon interface #10
beacon interface #10
Conversation
anihamde
commented
Jan 17, 2024
- minor refactoring
- start websocket hermes prices
- readme for larger Beacon service
- clean up templates for protocols and searchers
- lingering forgotten commit
- add readmes
- some renamings
- cli, ws, doc
@@ -30,15 +30,10 @@ def get_vault_abi(): | |||
return data['abi'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the address in this function make sense?
print(f"Response, post to beacon: {resp.text}") | ||
else: | ||
print(liquidatable) | ||
await asyncio.sleep(2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if these sleeps are necessary. We have a bunch of network requests in the middle, so each loop naturally takes some hundreds of milliseconds.