Skip to content

Commit

Permalink
added details about max_coins (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
windushka authored May 31, 2023
1 parent b9d067e commit e56c40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sc-deployer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ import { Args } from '@massalabs/massa-web3';
args: new Args().addString('Test'), // Arguments to pass to the constructor of the contract, use `NoArg` if any
} as ISCData,
],
fromMAS(0.1), // max coins
0n, // fees
4_200_000_000n, // max gas
true, // wait for the first event to be emitted and print it into the console.
fromMAS(0.1), // max coins (Optional. If not set, an estimated value will be used)
);
})();
```
Expand Down

0 comments on commit e56c40f

Please sign in to comment.