This commit is contained in:
aozhiwei 2023-07-10 19:40:25 +08:00
parent eb1fafe76e
commit 87aebab3c8

View File

@ -24,6 +24,7 @@ async function addSingle(clsName, modName) {
async function init() {
await add("BlockChain", 'blockchain');
add(['PullBcEvent'], 'pull_bcevent');
add(['Erc721Refresher'], 'erc721_refresher');
}
function create(name, session = null) {