You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After market is created using MarketFactory, we should create an uni-v3-like liquidity pool (ERC20 outcome token x collateral, normally sDAI).
Create functions for creating a new pool with erc20/collateral tokens in Uniswap v3 (due to higher liquidity than Swapr)
Add new contract (UniswapV3Pool) to PMAT (note that we will not buy/sell directly on Univ3 but rather through cow, so refrain from writing methods to swap here)
The text was updated successfully, but these errors were encountered:
But, Uniswap v3 is not available in Gnosis Chain, is it? Which might be why Seer is using Swapr.
Also I was told that Cow indexes only tokens with >100_000 units in total balance, and that caused issues with Seer in small markets (which made Seer not have an Order Book mplemented and just rely on AMM)
Can @xyzseer provide more context?
I think none of this was an issue before because Omen has its own AMM contracts
After market is created using
MarketFactory
, we should create an uni-v3-like liquidity pool (ERC20 outcome token x collateral, normally sDAI).The text was updated successfully, but these errors were encountered: