Uniswap / v2-sdk

🛠 An SDK for building applications on top of Uniswap V2
https://uniswap.org/docs/v2/SDK/getting-started
MIT License
428 stars 1.09k forks source link

Receive an option to decide if we calculate FOT tax or not #146

Closed mikeki closed 1 year ago

mikeki commented 1 year ago

Option to decide if we should calculate FOT tax

We are calculating FOT tax by default, but it's possible that we don't want to do that all the time.

This branch adds a flag (defaulting to false) to indicate if we should run this calculation