suidouble 1.20.0-1 → 1.20.0
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/lib/SuiMaster.js +0 -5
- package/package.json +1 -1
package/lib/SuiMaster.js
CHANGED
|
@@ -317,11 +317,6 @@ export default class SuiMaster extends SuiCommonMethods {
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
async signAndExecuteTransaction(params) {
|
|
320
|
-
if (!params.chain) {
|
|
321
|
-
const chainId = 'sui:'+(this._providerName.split('sui:').join('').toLowerCase());
|
|
322
|
-
params.chain = chainId;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
320
|
let txResults = null;
|
|
326
321
|
if (this._keypair) {
|
|
327
322
|
params.signer = this._keypair;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "suidouble",
|
|
3
|
-
"version": "1.20.0
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Set of provider, package and object classes for javascript representation of Sui Move smart contracts. Use same code for publishing, upgrading, integration testing, interaction with smart contracts and integration in browser web3 dapps",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|