The current logic in UniswapV2 pair requires the fee to be defined & encoded as increments of 10bps
Some UniswapV2 forks run with 25bps fee, like DXSwap on Gnosis
Need to re-write the pair + the offline logic to represent fees in bps instead of 10s of bps for flexibility.
The current logic in UniswapV2 pair requires the fee to be defined & encoded as increments of 10bps Some UniswapV2 forks run with 25bps fee, like DXSwap on Gnosis
Need to re-write the pair + the offline logic to represent fees in bps instead of 10s of bps for flexibility.