We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c09a7 commit 4a335a1Copy full SHA for 4a335a1
src/commands/dev.ts
@@ -40,7 +40,7 @@ const API_CONFIG: ApiConfig = {
40
key: process.env.BITTE_API_KEY!,
41
url:
42
process.env.BITTE_API_URL ||
43
- "https://ai-runtime-446257178793.europe-west1.run.app",
+ "https://wallet.bitte.ai/api/v1",
44
serverPort: DEFAULT_PORT,
45
network: "mainnet",
46
};
0 commit comments