mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 14:17:01 +00:00
This is due to a bug that has been introduced in d10c0b7951
where we end up
sending values as numbers to web3's `toWei()` utility. The `value` is always sent as number
and in fact always defined, so we just need to check for it's type and convert it to a string
according to `toWei()`'s API.
embark-contracts-manager
Smart contracts manager for Embark
Visit embark.status.im to get started with Embark.