@hemergy/core-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -99,3 +99,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const signerAddress = yield this.getContracts(); | ||
const signerAddress = yield this.getSignerAddress(); | ||
yield this.signAndBroadcast(`/projects/${projectAddress}/beneficiaries`, { | ||
@@ -110,3 +110,3 @@ endUserAddress: signerAddress, | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const signerAddress = yield this.getContracts(); | ||
const signerAddress = yield this.getSignerAddress(); | ||
yield this.signAndBroadcast(`/projects/${projectAddress}/invest`, { | ||
@@ -122,3 +122,3 @@ endUserAddress: signerAddress, | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const signerAddress = yield this.getContracts(); | ||
const signerAddress = yield this.getSignerAddress(); | ||
yield this.signAndBroadcast(`/projects/${projectAddress}/divest`, { | ||
@@ -125,0 +125,0 @@ endUserAddress: signerAddress, |
{ | ||
"name": "@hemergy/core-sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript NPM Module for Hemergy Core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
12359