@0xobelisk/sui-client 0.4.9 → 0.4.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -115,7 +115,7 @@ const params = [
115
115
  // By isolating the signature from the transactionBlock construction in this way,
116
116
  // the front-end wallet plugin can signAndSend() directly to the transactionBlock,
117
117
  // facilitating front-end interaction.
118
- const new_tx = await obelisk.tx.counter_system.inc(tx, params, true) as TransactionBlock;
118
+ const new_tx = await obelisk.tx.counter_system.inc(tx, params, undefined, true) as TransactionBlock;
119
119
 
120
120
  const response = await obelisk.signAndSendTxn(
121
121
  new_tx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xobelisk/sui-client",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "Tookit for interacting with move eps framework",
5
5
  "keywords": [
6
6
  "sui",