Disti4ct
Disti4ct
In short: some ERC20 has modification in a `transfer` method. Because of it swap cannot be successfull with small percentage of **Slippage Tolerance**. What we can do: - [x] add...
Add possibility to enable external liquidity, for example for Ethereum Uniswap liquidity. For BSC PancakeSwap liqudity
In some cases user can close or forget to confirm all deployment transactions in his external wallet. To save our and his time it's better to add advanced settings. For...
The liquidity provider sees pooled assets + the amount of the total fee. But when the liquidity is removed, assets amounts is reduced by the percentage of the admin fee
For now in the app we have two providers: almost all functional with [ethers.js](https://docs.ethers.io/v5/) and some part with [web3.js](https://web3js.readthedocs.io/en/v1.5.2/). It's better to follow one code style
what the point of this check? `require(user[_address].addr != msg.sender);` [link](https://github.com/Zaryab-Programmer/dapp-authentication/blob/4f4c41cef5a8e222daae20b9f716c863864cd189/contracts/Auth.sol?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L23) I can call the method from a `0x1` address with `0x2` in args. The main codition is - caller address...