shapeshift / lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimum outbound fee set to $1

elmutt opened this issue · comments

Overview

adam — Today at 11:36 AM
https://discord.com/channels/838986635756044328/839001804812451873/1011598306234871888
Heads up for those doing :rune~3: things - a minimum outbound fee of $1 looks to be applied soon. This affects swap quote and execution logic, and likely breaks our various thorchain integrations.

References and additional details

https://discord.com/channels/554694662431178782/886041582422356018/1012052887939059743

note from adam
As long as we have a common line of code controlling the flow we can :
if chain != THOR && outboundFeeUsd < 1.0
outboundFee = getOneDollarOfOutputAsset()

https://discord.com/channels/554694662431178782/1012052887939059743/1012370909786538216

Acceptance Criteria

Estimated outbound fee defaults to $1 if calculation results in fee below $1

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

No response