gnosis / prediction-market-agent-tooling

Tools to benchmark, deploy and monitor prediction market agents.
GNU Lesser General Public License v3.0
12 stars 0 forks source link

Add Circles as supported collateral token #322

Closed kongzii closed 1 month ago

kongzii commented 1 month ago

https://github.com/gnosis/prediction-market-agent-tooling/pull/320 started movement for arbitrary collateral tokens on Omen and should have finished it https://github.com/gnosis/prediction-market-agent-tooling/issues/321.

Now we can add Circles to the list of supported tokens. Maybe it will be easy peasy, and all will work by default, but perhaps it will need some changes, as Circles is a unique thing.

gabrielfior commented 1 month ago

If we can have a standard way of wrapping Circles tokens, then the implementation becomes trivial (i.e. Circles as an ERC20 token). I can check with the Circles team.

gabrielfior commented 1 month ago

This ticket was splitted into 3 (#327 , #328 , #329 ), hence closing this.