diff --git a/src/manage/WalletManage.ts b/src/manage/WalletManage.ts index b5fec86..783eec5 100644 --- a/src/manage/WalletManage.ts +++ b/src/manage/WalletManage.ts @@ -9,11 +9,9 @@ import { googleAuth, tikTokAuth, twitterAuth, - uploadInfoForWebLogin, uploadWalletInfo, } from "../api/WalletApi"; import { WalletEnv } from "../config/WalletEnv"; -import { md5Hash, sha1Hash } from "../util/crypto.util"; import { retry } from "../util/promise.util"; import { MAX_TRY_COUNT, MAX_UPLOAD_COUNT } from "../config/constants"; import { ZError } from "../common/ZError";