You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle this switch case: case TradeType.L1ToLongTail: by taking inspiration from the existing long-tail to L1 logic in getLongtailToL1Quote().
We'll need to update the memo from the THORChain quote to be in the format of WAP:ASSET:DESTADDR:LIM:AFFILIATE:FEE:DEXAggregatorAddr:FinalTokenAddr:MinAmountOut, and add the supported (whitelisted) assets to the buy asset function.
The text was updated successfully, but these errors were encountered:
Handle this switch case:
case TradeType.L1ToLongTail:
by taking inspiration from the existing long-tail to L1 logic ingetLongtailToL1Quote()
.We'll need to update the memo from the THORChain quote to be in the format of
WAP:ASSET:DESTADDR:LIM:AFFILIATE:FEE:DEXAggregatorAddr:FinalTokenAddr:MinAmountOut
, and add the supported (whitelisted) assets to the buy asset function.The text was updated successfully, but these errors were encountered: