@t2000/sdk 0.19.23 → 0.19.24
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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The complete TypeScript SDK for AI agent bank accounts on Sui. Send USDC, earn y
|
|
|
5
5
|
[](https://www.npmjs.com/package/@t2000/sdk)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
**[Website](https://t2000.ai)** · **[GitHub](https://github.com/mission69b/t2000)** · **[CLI](https://www.npmjs.com/package/@t2000/cli)** · **[MPP](https://www.npmjs.com/package/@
|
|
8
|
+
**[Website](https://t2000.ai)** · **[GitHub](https://github.com/mission69b/t2000)** · **[CLI](https://www.npmjs.com/package/@t2000/cli)** · **[MPP](https://www.npmjs.com/package/@mppsui/mpp)** · **[MCP](https://www.npmjs.com/package/@t2000/mcp)**
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -313,7 +313,7 @@ formatAssetAmount('SUI', 105.26); // "105.260000000" (9 decimals)
|
|
|
313
313
|
|
|
314
314
|
### Advanced: Exposed Internals
|
|
315
315
|
|
|
316
|
-
For integrations (like `@
|
|
316
|
+
For integrations (like `@mppsui/mpp`), the agent exposes:
|
|
317
317
|
|
|
318
318
|
```typescript
|
|
319
319
|
agent.suiClient; // SuiJsonRpcClient instance
|
package/dist/index.cjs
CHANGED
|
@@ -3323,7 +3323,7 @@ var T2000 = class _T2000 extends eventemitter3.EventEmitter {
|
|
|
3323
3323
|
this.enforcer.assertNotLocked();
|
|
3324
3324
|
this.enforcer.check({ operation: "pay", amount: options.maxPrice ?? 1 });
|
|
3325
3325
|
const { Mppx } = await import('mppx/client');
|
|
3326
|
-
const { sui } = await import('@
|
|
3326
|
+
const { sui } = await import('@mppsui/mpp/client');
|
|
3327
3327
|
const client = this.client;
|
|
3328
3328
|
const signer = this._signer;
|
|
3329
3329
|
const mppx = Mppx.create({
|