|
|
@@ -104,7 +104,7 @@ export class LpMaintenance {
|
|
|
const topLpPullRst = await history.findByHashOrBlockOrDataVague('topLp', '', '', 0, 20000)
|
|
|
if (!topLpPullRst.state) continue
|
|
|
const topLpList = topLpPullRst.data
|
|
|
- const lpPullRst = await history.findByHashOrBlockOrDataVague('lp', '', '', 0, 20000)
|
|
|
+ const lpPullRst = await history.findByHashOrBlockOrDataVague('lp', '', '', 0, 100000)
|
|
|
if (!lpPullRst.state) continue
|
|
|
const lpList = lpPullRst.data
|
|
|
const normalLpPullRst = await history.findByHashOrBlockOrDataVague('normalLp', '', '', 0, 20000)
|