@@ -8,7 +8,7 @@ let walletMgr;
async function init(_walletMgr,fun){
walletMgr = _walletMgr;
- CodeEnum = walletMgr.ReturnCodeEnum;
+ CodeEnum = walletMgr.ReturnCodeEnum;
bscConnector = new BscConnector({
supportedChainIds: [56, 97]
})