paraswap-dex-lib icon indicating copy to clipboard operation
paraswap-dex-lib copied to clipboard

DexLib is a library used by ParaSwap backend to integrate with decentralized exchanges. This library enables external DEX developers to integrate their DEX with ParaSwap by creating pull requests to t...

Results 163 paraswap-dex-lib issues
Sort by recently updated
recently updated
newest added

This PR adds support for a new LB v2.2.

Original PR https://github.com/paraswap/paraswap-dex-lib/pull/888

[Ekubo](https://ekubo.org/) is an extensible concentrated liquidity AMM with a singleton architecture. Initially, the protocol was deployed on Starknet only (where it is the leading AMM) but since February it is...

Hi ParaSwap team, This pull requests adds the M Token -> WrappedM token path. It's done by WrappedM's `wrap`/ `unwrap` call. * M contract: https://etherscan.io/token/0x866a2bf4e572cbcf37d5071a7a58503bfb36be1b * WrappedM contract: https://etherscan.io/token/0x437cc33344a0b27a429f795ff6b469c72698b291 WrappedM...

Hi Paraswap team, I noticed Husky's pre-commit was running `yarn checks` and `yarn build` and both do exactly the same. Consider removing one of them.