@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/dist/index.js CHANGED
@@ -3321,7 +3321,7 @@ var T2000 = class _T2000 extends EventEmitter {
3321
3321
  this.enforcer.assertNotLocked();
3322
3322
  this.enforcer.check({ operation: "pay", amount: options.maxPrice ?? 1 });
3323
3323
  const { Mppx } = await import('mppx/client');
3324
- const { sui } = await import('@t2000/mpp-sui/client');
3324
+ const { sui } = await import('@mppsui/mpp/client');
3325
3325
  const client = this.client;
3326
3326
  const signer = this._signer;
3327
3327
  const mppx = Mppx.create({