Skip to content

Commit 4a335a1

Browse files
committed
Use old runtime for now (don't merge)
1 parent 34c09a7 commit 4a335a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/dev.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const API_CONFIG: ApiConfig = {
4040
key: process.env.BITTE_API_KEY!,
4141
url:
4242
process.env.BITTE_API_URL ||
43-
"https://ai-runtime-446257178793.europe-west1.run.app",
43+
"https://wallet.bitte.ai/api/v1",
4444
serverPort: DEFAULT_PORT,
4545
network: "mainnet",
4646
};

0 commit comments

Comments
 (0)