Update prod managing url api

This commit is contained in:
2025-11-08 01:26:42 +07:00
parent 01e5665deb
commit 76af76e314
3 changed files with 3 additions and 2 deletions

View File

@@ -1,12 +1,11 @@
VITE_API_URL_LOCAL=http://localhost:5000
VITE_API_URL_SANDBOX=https://dev-managing-api.apps.managing.live
VITE_API_URL_SERVER=https://api.kaigen.managing.live
VITE_API_URL_SERVER=https://api.kaigen.ai
VITE_WORKER_URL_LOCAL=https://localhost:5002
VITE_WORKER_URL_SANDBOX=https://dev-managing-worker.apps.managing.live
VITE_WORKER_URL_SERVER=https://dev-managing-worker.apps.managing.live
ALCHEMY_ID=Bao7OirVe4bmYiDbPh0l8cs5gYb5D4_9
WALLET_CONNECT_PROJECT_ID=363bf09c10fec2293b21ee199b2ce8d5
VITE_PRIVY_APP_ID=cm7u09v0u002zrkuf2yjjr58p

View File

@@ -4051,6 +4051,7 @@ export interface User {
agentName?: string | null;
avatarUrl?: string | null;
telegramChannel?: string | null;
isAdmin?: boolean;
}
export interface Balance {

View File

@@ -46,6 +46,7 @@ export interface User {
agentName?: string | null;
avatarUrl?: string | null;
telegramChannel?: string | null;
isAdmin?: boolean;
}
export interface Balance {