@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.js CHANGED
@@ -183,6 +183,7 @@ var Simulator = class {
183
183
  const { suiClient } = this.globals;
184
184
  const gasPrice = await this.getGasPrice();
185
185
  tx.setGasPrice(gasPrice);
186
+ tx.setSender(input.sender);
186
187
  let built;
187
188
  try {
188
189
  built = await tx.build({