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:
gabrielfior
changed the title
Seer - liquidity addition/removal
Seer - create liquidity pool
Oct 14, 2024
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: