@minswap/noodles-sdk 0.0.65-beta.1 → 0.0.65-beta.2

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/pay.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { SuiJsonRpcClient } from '@mysten/sui/jsonRpc';
1
+ import type { SuiGrpcClient } from '@mysten/sui/grpc';
2
2
  import { Transaction } from '@mysten/sui/transactions';
3
3
 
4
4
  /**
@@ -180,8 +180,8 @@ export declare class NoodlesPaySdk {
180
180
  private _suiClient;
181
181
  readonly boostingModule: BoostingModule;
182
182
  readonly subscriptionModule: SubscriptionModule;
183
- constructor(network?: Network, env?: Environment);
184
- get suiClient(): SuiJsonRpcClient;
183
+ constructor(client: SuiGrpcClient, network?: Network, env?: Environment);
184
+ get suiClient(): SuiGrpcClient;
185
185
  }
186
186
 
187
187
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minswap/noodles-sdk",
3
- "version": "0.0.65-beta.1",
3
+ "version": "0.0.65-beta.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {