jcwallet/src/config/constants.ts
2022-11-10 22:22:28 +08:00

8 lines
190 B
TypeScript

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;