@verified-network/verified-sdk 2.4.1 → 2.4.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.
@@ -22,7 +22,7 @@ class Compound extends index_1.VerifiedContract {
22
22
  async _getMeeQuote(paymentTokenAddress, functionName, args, apiKey, rpcUrl) {
23
23
  return await this.getQuote(paymentTokenAddress, functionName, args, rpcUrl, apiKey);
24
24
  }
25
- setSigner(_address, options) {
25
+ async setSigner(_address, options) {
26
26
  await this.validateInput(index_1.DATATYPES.ADDRESS, _address);
27
27
  return this.callContract(FUNCTIONS.SETSIGNER, _address, options);
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verified-network/verified-sdk",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "An SDK to develop applications on the Verified Network",
5
5
  "repository": {
6
6
  "type": "git",