Skip to content

Commit e42e438

Browse files
committed
feat: update API
1 parent fd169a5 commit e42e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/tools/prediction-markets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import type {
1818
// Get API URL from environment variable or use default
1919
const API_BASE_URL =
2020
import.meta.env.VITE_PREDICTION_MARKET_API_URL ||
21-
"https://api.prediction-markets.example.com";
21+
"https://api.orbiton.asia";
2222

2323
// Create SDK client instance
2424
const marketClient = createMarketClient({

0 commit comments

Comments
 (0)