@chaoschain/sdk 0.1.2 → 0.1.3

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
@@ -56,7 +56,7 @@ console.log(`✅ Agent #${agentId} registered on-chain`);
56
56
 
57
57
  // 2. Execute x402 payment
58
58
  const payment = await sdk.executeX402Payment({
59
- toAgent: '0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb1',
59
+ toAgent: '0x20E7B2A2c8969725b88Dd3EF3a11Bc3353C83F70',
60
60
  amount: '1.5',
61
61
  currency: 'USDC'
62
62
  });
@@ -150,7 +150,7 @@ Native integration with Coinbase's x402 HTTP 402 protocol:
150
150
  ```typescript
151
151
  // Execute payment
152
152
  const payment = await sdk.executeX402Payment({
153
- toAgent: '0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb1',
153
+ toAgent: '0x20E7B2A2c8969725b88Dd3EF3a11Bc3353C83F70',
154
154
  amount: '10.0',
155
155
  currency: 'USDC',
156
156
  serviceType: 'ai_analysis'