-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented functions for microchain agent (#59)
* Added getMarkets function and passed it to agent * First commit for microchain agent (#52) * First commit with microchain agent * Separate out functions to separate file * Mypy and formatting * Formatting * Use branch of microchain that contains token-tracking functionality (#53) * Use branch of microchain that contains token-tracking functionality * Formatting * Review comment * Implement BuyYes and BuyNo functions with Omen API * Added function getWalletBalance to microchain agent * Added function for retrieving balances of user for a given market and outcome * Implemented PR comments * Fixed CI issues * Implemented PR comments --------- Co-authored-by: evangriffiths <[email protected]> Co-authored-by: Evan Griffiths <[email protected]>
- Loading branch information
1 parent
35585a6
commit dfd6b6c
Showing
3 changed files
with
148 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters