Violet
Violet
https://github.com/ImpeccableHQ/swapr-sdk/pull/281 - Added 0.1 percent fee for testing purposes I made 2 transaction to confirm its working but would be good to test it out here are my 2 transactions...
Linked to this sdk pr https://github.com/ImpeccableHQ/swapr-sdk/pull/276 - In this current version I added support for uniswap trade gas estimation , 1inch and 0xTrade for those it will always work and...
This pr is linked to sdk pr https://github.com/levelkdev/swapr-sdk/pull/221 - So I moved all the logic related to eco router trades from dapp to the sdk so that it fetches and...
- quick fix for the release
 - This arrises when version number is longer then certain amount of characters like in current one
**Description** add support for [ChainId.OPTIMISM_MAINNET],[ChainId.OPTIMISM_GOERLI] and [ChainId.GOERLI] from the latest version of the sdk - so this is basically just a matter of adding graph urls in the /apollo/clients folder...
- Currently some of the values for warning severity are hardcoded like below but they should be imported from the constants folder  - Also...