update absorb script
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user