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
In building out flows on Terminal, we've noticed that it can be complicated and convoluted to grab the end cost to the user for Loop swaps (particularly on the Loop In side of things). We often have to calculate the end swap fee using CostServer, chain txes, and invoices. Through discussions internally, we've determined that it makes sense to fix this through a change on the client to just deliver a single value for the cost to the user and not require any calculations beyond that.
The text was updated successfully, but these errors were encountered:
In building out flows on Terminal, we've noticed that it can be complicated and convoluted to grab the end cost to the user for Loop swaps (particularly on the Loop In side of things). We often have to calculate the end swap fee using
CostServer
, chain txes, and invoices. Through discussions internally, we've determined that it makes sense to fix this through a change on the client to just deliver a single value for the cost to the user and not require any calculations beyond that.The text was updated successfully, but these errors were encountered: