Skip to content

Commit

Permalink
Update smart-contract.service.ts (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuvlad-innovatorspark authored Jan 31, 2024
1 parent a675d3b commit 1c0319f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/smart-contract/smart-contract.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class SmartContractService {
])
.send({
from: this.wiiQareAccount.address,
gasPrice: "200000000000"
});

logInfo(`response -> ${response}`);
Expand Down Expand Up @@ -148,6 +149,7 @@ export class SmartContractService {
])
.call({
from: this.wiiQareAccount.address,
gasPrice: "200000000000"
});

return result;
Expand Down Expand Up @@ -190,6 +192,7 @@ export class SmartContractService {
)
.send({
from: this.wiiQareAccount.address,
gasPrice: "200000000000"
});

logInfo(`response -> ${response}`);
Expand Down

0 comments on commit 1c0319f

Please sign in to comment.