[BUG] checkAssetLpTokenPairExists is broken
Closed this issue · 0 comments
TarikGul commented
The following logic in checkAssetLpTokenPairExists
is broken. Specifically here. It basically turns the raw type to a string which is incorrect. The type is a storagekey with a tuple that needs to be destructured correctly. This is affecting paysWithFeeOrigin
and breaks its usability.