Pārlūkot izejas kodu

{ type: 'topLp', limit: 10 },
{ type: 'normalLp', limit: 1 },
{ type: 'lp', limit: 0 },

skyfffire 3 gadi atpakaļ
vecāks
revīzija
77b7c886b3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      scripts/lp/lpMaintenance.ts

+ 2 - 2
scripts/lp/lpMaintenance.ts

@@ -77,8 +77,8 @@ export class LpMaintenance {
   async checkLpType(lp: any) {
     // lp过滤后类型表
     const filterTypeList = [
-      { type: 'topLp', limit: 1 },
-      { type: 'normalLp', limit: 0.1 },
+      { type: 'topLp', limit: 10 },
+      { type: 'normalLp', limit: 1 },
       { type: 'lp', limit: 0 },
     ]
     // token折合成eth的价格,分三种情况探讨