CEC 领取

This commit is contained in:
yuyongdong 2024-08-16 12:57:47 +08:00
parent 124269c6ab
commit 26c2bae64d

View File

@ -305,5 +305,9 @@ export class BlockChain {
return { provider, address: accounts[0] };
}
/**
* CEC Claim登录
*/
async ClaimLogin() {}
}