We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd169a5 commit e42e438Copy full SHA for e42e438
src/agents/tools/prediction-markets.ts
@@ -18,7 +18,7 @@ import type {
18
// Get API URL from environment variable or use default
19
const API_BASE_URL =
20
import.meta.env.VITE_PREDICTION_MARKET_API_URL ||
21
- "https://api.prediction-markets.example.com";
+ "https://api.orbiton.asia";
22
23
// Create SDK client instance
24
const marketClient = createMarketClient({
0 commit comments