update absorb script

This commit is contained in:
2026-01-06 17:31:16 +08:00
parent eecae142a4
commit 5f2750c80e
2 changed files with 16 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ async function main() {
let lastBlockNumber: number | undefined;
// Compound V3 风格:while(true) 轮询
// while(true) 轮询
while (true) {
try {
const currentBlockNumber = await hre.ethers.provider.getBlockNumber();