- 22 May, 2021 4 commits
-
-
Moody Salem authored
-
Justin Domingue authored
-
Moody Salem authored
-
Justin Domingue authored
* feat(pool): add toggle to hide inactive positions in pools page * cleanup code * keep positions sorted, but move zero liquidity positions to end * simplified sorting logic
-
- 21 May, 2021 14 commits
-
-
Justin Domingue authored
* resolve #1646: hide swap placeholders to reduce visual complexity * use empty string over space
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
* use argent wallet contract in swap callback * maybe working swap callback * chore(v3): trigger a breaking release BREAKING CHANGE: trigger a major release for the uniswap interface to indicate it now supports swapping and liquidity provision against uniswap protocol v3 * fix the value * improve the error coverage * retry more frequently, couple more error nits * the is argent call was being sketchy * get it working for add liquidity * `0x0` for v2 swaps too * small nits in position page * fix import * fix compiler error
-
Moody Salem authored
-
-
Moody Salem authored
-
Moody Salem authored
* bump ethers * regenerate lockfile * update code style * Fix code style issues with ESLint * remove unused useRef Co-authored-by:
Lint Action <lint-action@samuelmeuli.com>
-
Justin Domingue authored
-
TeaTwo authored
-
Moody Salem authored
-
- 20 May, 2021 7 commits
-
-
Justin Domingue authored
This reverts commit 307a995a.
-
Justin Domingue authored
-
Noah Zinsmeister authored
-
Moody Salem authored
-
Moody Salem authored
-
Justin Domingue authored
* stablizie fiat value by fixing max hop and increasing USDC out to 100k * move maxHops and singleHopOnly to parameter of useV2TradeExactOut * remove single hop param
-
Justin Domingue authored
* handle insufficient input amount error in mint/hooks * use error.isInsufficientInputAmountError * fixed typo
-
- 19 May, 2021 11 commits
-
-
-
Justin Domingue authored
* fix: display pool shares < 10% * set bips to 1/10_000
-
Moody Salem authored
-
Moody Salem authored
* fix: do not crash when user switches eth -> weth in add * linting error
-
-
Moody Salem authored
-
Justin Domingue authored
* set pair to invalid if both reserves are 0 * consider reserve0/1=0 as no liquidity
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Justin Domingue authored
-
- 18 May, 2021 4 commits
-
-
Moody Salem authored
-
jab416171 authored
* Add etherscan links for the two tokens in the pool on the NFT page * moving linked tokens to a function added arrow to show that it's a link added check for eth * clean up impl Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
Justin Domingue authored
* calculate usdc price using trade exact out * fix typo * add support for non-mainnet * use fromRawAmount instead of tryParseAmount
-
Noah Zinsmeister authored
* only show weth toggle for eth pairs * revert unwrappedToken change
-