Skip to content

Commit

Permalink
feat: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Sep 21, 2024
1 parent 0170e3d commit 557b335
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export const Confirm: React.FC<ConfirmProps> = ({ accountId, onNext }) => {
setProtocolFeeCryptoBaseUnit(
toBaseUnit(fromThorBaseUnit(protocolFeeCryptoThorBaseUnit), asset.precision),
)

setDustAmountCryptoBaseUnit(
bnOrZero(toBaseUnit(fromThorBaseUnit(dust_amount), asset.precision)).toFixed(
asset.precision,
Expand Down Expand Up @@ -249,7 +248,6 @@ export const Confirm: React.FC<ConfirmProps> = ({ accountId, onNext }) => {
protocolFeeCryptoBaseUnit,
expiry,
isRunePool,
feeAsset?.assetId,
])

useEffect(() => {
Expand Down

0 comments on commit 557b335

Please sign in to comment.