|
@@ -58,7 +58,7 @@ async function main() {
|
|
|
|
|
|
|
|
if (sameSumPoolList.length > 1) {
|
|
if (sameSumPoolList.length > 1) {
|
|
|
handleSamePools(sameSumPoolList, checkedPath[v2Pool.sum2])
|
|
handleSamePools(sameSumPoolList, checkedPath[v2Pool.sum2])
|
|
|
- await swapPath.appendOrUpdate(v2Pool.sum2, '2', checkedPath[v2Pool.sum2])
|
|
|
|
|
|
|
+ logger.debug(await swapPath.appendOrUpdate(v2Pool.sum2, '2', checkedPath[v2Pool.sum2]))
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
// 处理v3的
|
|
// 处理v3的
|
|
@@ -84,7 +84,7 @@ async function main() {
|
|
|
|
|
|
|
|
if (sameSumPoolList.length > 1) {
|
|
if (sameSumPoolList.length > 1) {
|
|
|
handleSamePools(sameSumPoolList, checkedPath[v3Pool.sum2])
|
|
handleSamePools(sameSumPoolList, checkedPath[v3Pool.sum2])
|
|
|
- await swapPath.appendOrUpdate(v3Pool.sum2, '2', checkedPath[v3Pool.sum2])
|
|
|
|
|
|
|
+ logger.debug(await swapPath.appendOrUpdate(v3Pool.sum2, '2', checkedPath[v3Pool.sum2]))
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
logger.debug('query ok.')
|
|
logger.debug('query ok.')
|