소스 검색

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

skyfffire 3 년 전
부모
커밋
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的价格,分三种情况探讨