Просмотр исходного кода

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

skyfffire 3 лет назад
Родитель
Сommit
77b7c886b3
1 измененных файлов с 2 добавлено и 2 удалено
  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的价格,分三种情况探讨