luuuuo
luuuuo
### Summary of the problem manticore . when execute test whole directory, manticore stop unexpected. ### Manticore version Version: 0.3.6 ### Python version Python 3.6.4 ### OS / Environment centos7...
https://developers.paraswap.network/api/get-rate-for-a-token-pair version: paraswap-sdk 5.0.0 ``` const priceRoute = await paraSwap.getRate(from.address, to.address, srcAmount.toString(), '0x0000000000000000000000000000000000000000', SwapSide.SELL, { excludeContractMethods: [ 'swapOnZeroXv2', 'swapOnZeroXv4', 'swapOnUniswap', 'swapOnUniswapFork' ], partner: 'PIGGY' }, from.decimals, to.decimals) ``` It has...