-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feat/virtual protocol #202
base: main
Are you sure you want to change the base?
Conversation
@0xArdi kindly review |
|
||
def run(**kwargs) -> Tuple[Optional[str], Optional[Dict[str, Any]], Any, Any]: | ||
"""Run the task""" | ||
api_keys = kwargs["api_keys"]['ignis'].split(":") |
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.
@kahwaipd where can we get such an api key for testing purposes?
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'll share it in Telegram group.
@kahwaipd the tool looks good, can you address the failing checks please?
|
@kahwaipd can you please address the check failures? If you have any questions let me know. |
@0xArdi I have executed the "autonomy packages lock" , can you please check? |
@kahwaipd any chance you can resolve some of these issues? |
Added virtualprotocol/ignis tool