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
We should have a crate that represents a uniswap v3 factory. Similar to the pool create, it might have capabilities directly using the uniswap v3 factory contract and via the Uniswap SDK. Some initial commands / capabilities:
Given two tokens and a fee, return the address of the uniswap v3 pool contract. Return an error if the contract doesn't exist. Optionally, return an error if the pool has zero liquidity.
Given two tokens, return a structure containing: the addresses of deployed pool contracts, the fee tier, and amount of liquidity.
The text was updated successfully, but these errors were encountered:
We should have a crate that represents a uniswap v3 factory. Similar to the pool create, it might have capabilities directly using the uniswap v3 factory contract and via the Uniswap SDK. Some initial commands / capabilities:
The text was updated successfully, but these errors were encountered: