Skip to content

Commit

Permalink
Merge pull request #22 from NilFoundation/aleksaopacic/mirror_release_02
Browse files Browse the repository at this point in the history
mirror release 02
  • Loading branch information
0xAleksaOpacic authored Aug 12, 2024
2 parents 4338035 + 646867b commit d016feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nilfoundation/hardhat-plugin",
"version": "0.12.1",
"version": "0.12.2",
"description": "Custom Hardhat plugin to enable seamless deployment and interaction with applications within =nil;",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function prepareInput(params: any[]): any[] {
if (params[0].to !== undefined) {
if (params[0]) {
params[0].feeCredit = "1000000000";
params[0].from = params[0].to;
params[0].from = null;
params[0].value = 0;
}
}
Expand Down

0 comments on commit d016feb

Please sign in to comment.