@agi-cli/sdk 0.1.100 → 0.1.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,8 @@ import { svm } from 'x402/shared';
7
7
  import nacl from 'tweetnacl';
8
8
  import { createOpenAICompatible } from '@ai-sdk/openai-compatible';
9
9
 
10
- const DEFAULT_BASE_URL = 'http://localhost:4000';
11
- const DEFAULT_RPC_URL = 'https://api.devnet.solana.com';
10
+ const DEFAULT_BASE_URL = 'https://ai.solforge.sh';
11
+ const DEFAULT_RPC_URL = 'https://api.mainnet-beta.solana.com';
12
12
  const DEFAULT_TOPUP_AMOUNT = '100000'; // $0.10
13
13
  const DEFAULT_MAX_ATTEMPTS = 3;
14
14
  const DEFAULT_MAX_PAYMENT_ATTEMPTS = 20;