@super-protocol/sdk-js 0.15.2-beta.1 → 0.15.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.
@@ -63,7 +63,7 @@ class ProviderRegistry {
63
63
  return __awaiter(this, void 0, void 0, function* () {
64
64
  const contract = BlockchainConnector_1.default.getInstance().getContract(transactionOptions);
65
65
  (0, utils_1.checkIfActionAccountInitialized)(transactionOptions);
66
- yield TxManager_1.default.execute(contract.methods.refillProviderSecurityDepo, [amount, recipient], transactionOptions);
66
+ yield TxManager_1.default.execute(contract.methods.refillProviderSecurityDepoFor, [amount, recipient], transactionOptions);
67
67
  });
68
68
  }
69
69
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "0.15.2-beta.1",
3
+ "version": "0.15.2",
4
4
  "main": "build/index.js",
5
5
  "license": "MIT",
6
6
  "files": [