Alex Xu 7 tháng trước cách đây
mục cha
commit
793a5fa211
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/services/chainService/index.ts

+ 1 - 1
src/services/chainService/index.ts

@@ -80,7 +80,7 @@ async function checkTxIsSendBananaToBlackhole(
         reason: -4,
       }
     }
-    if (new Decimal(amount.toString()).lt(tokenRealAmount('1'))) {
+    if (new Decimal(amount.toString()).lt(tokenRealAmount('30.98'))) {
       return {
         tx,
         success: false,