This commit is contained in:
aozhiwei 2023-06-13 11:29:57 +08:00
parent 0e9b093ef5
commit 446402ddf5
2 changed files with 0 additions and 9 deletions

View File

@ -1,5 +0,0 @@
class Activate721Nft {
}
module.exports = Activate721Nft;

View File

@ -9,9 +9,6 @@ const factory = require('./factory');
class EventCenter extends BaseTask {
instances = [
];
async init() {
}
@ -23,7 +20,6 @@ class EventCenter extends BaseTask {
instance['toBlock'] = 0;
instance['currBlock'] = 0;
};
const allInstances = [];
}
}