Closed AdamB2023 closed 1 year ago
Could the WH use swapExactETHForTokensSupportingFeeOnTransferTokens instead of swapExactETHForTokens? It would avoid the Error = UniswapV2: K --> not a slippage error... let's stop here.
swapExactETHForTokensSupportingFeeOnTransferTokens
swapExactETHForTokens
Error = UniswapV2: K --> not a slippage error... let's stop here
done in v0.49.5b
Could the WH use
swapExactETHForTokensSupportingFeeOnTransferTokens
instead ofswapExactETHForTokens
? It would avoid theError = UniswapV2: K --> not a slippage error... let's stop here
.