Explorar o código

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

skyfffire %!s(int64=3) %!d(string=hai) anos
pai
achega
77b7c886b3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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的价格,分三种情况探讨