hashgraph / hedera-hardhat-hethers

DEPRECATED Hardhat plugin for integration with hethers.js.
Apache License 2.0
6 stars 0 forks source link

Hbar amount passed as `value` is HBARs not `tinybars` #26

Closed Daniel-K-Ivanov closed 2 years ago

Daniel-K-Ivanov commented 2 years ago

When defining value as part of a contract call, the amount is denominated in hbars however it should be in tinybars Example code:

 const depositTx = await WHBAR.deposit({value: hbarAmount, gasLimit: 150_000});

In this case hbarAmount is in hbars and not tinybars