|
|
@@ -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的价格,分三种情况探讨
|