export const WALLET_STORAGE_KEY_NAME = "jc_wallet_data"; export const WALLET_API_HOST = "https://wallet.cebggame.com"; export const MAX_TRY_COUNT = 6; export const MAX_UPLOAD_COUNT = 10;