Moody Salem
Moody Salem
I have an IntelliJ 2019.1 setup on linux and not seeing any autocomplete with the plugin installed
https://github.com/microsoft/TypeScript/pull/32695
I want to try this dApp from Argent which supports WalletConnect
~starting separate pr from upstream branch~ trying to make this much more generic, support different kinds of EIP712 domains (since all fields optional)
this can work by doing a flash loan/swap from uniswap's WETH/token pool and checking that the balance of the flash recipient increases by the flash loaned amount
Per https://github.com/Uniswap/uniswap-v3-core/issues/424 Every time we trigger modifyPosition, e.g. in `increaseLiquidity` or `decreaseLiquidity`, we lose up to 1 wei of fees, exclusive, of both token0/token1 By the time we compute the...
if one call sets `x` to a value and the next call reads `x`, then the result of the batch will be dependent on the order in which the calls...