@msafe/sui3-sdk 1.0.13 → 1.0.14

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.cjs CHANGED
@@ -252,6 +252,7 @@ var Simulator = class {
252
252
  const { suiClient } = this.globals;
253
253
  const gasPrice = await this.getGasPrice();
254
254
  tx.setGasPrice(gasPrice);
255
+ tx.setSender(input.sender);
255
256
  let built;
256
257
  try {
257
258
  built = await tx.build({