Skip to content

Commit

Permalink
re-add outcomeTokens for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths committed Apr 10, 2024
1 parent 7b79830 commit 4c6d322
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prediction_market_agent/agents/microchain_agent/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
)
from prediction_market_agent.utils import APIKeys

outcomeTokens = {}
outcomeTokens["Will Joe Biden get reelected in 2024?"] = {"yes": 0, "no": 0}
outcomeTokens["Will Bitcoin hit 100k in 2024?"] = {"yes": 0, "no": 0}


class Sum(Function):
@property
Expand Down

0 comments on commit 4c6d322

Please sign in to comment.