@sardis/sdk 0.2.0 → 0.3.1

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.
package/README.md CHANGED
@@ -193,7 +193,7 @@ try {
193
193
 
194
194
  ```typescript
195
195
  const client = new SardisClient({
196
- baseUrl: 'https://api.sardis.network', // API base URL (optional)
196
+ baseUrl: 'https://api.sardis.sh', // API base URL (optional)
197
197
  apiKey: 'sk_live_...', // Your API key (required)
198
198
  timeout: 30000, // Request timeout in ms (optional)
199
199
  maxRetries: 3, // Max retry attempts (optional)
@@ -430,7 +430,7 @@ We welcome contributions! Please see our [Contributing Guide](https://github.com
430
430
 
431
431
  ## Support
432
432
 
433
- - [Documentation](https://docs.sardis.network)
433
+ - [Documentation](https://docs.sardis.sh)
434
434
  - [GitHub Issues](https://github.com/sardis-network/sardis-sdk-js/issues)
435
435
  - [Discord Community](https://discord.gg/sardis)
436
436