Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@OnlyOneJMJQ OnlyOneJMJQ released this 27 Mar 07:59
· 131 commits to master since this release

To coincide with the 1.1.0 release of drizzle, we've added a new component for easily displaying account information (including the newly tracked account balances 👛).

New Features

  • New <AccountData /> component, for display of account address and balance for a given index.
    • props:
      • accountIndex (int): Index of the account to use. Zero is the first account.
      • units (string): Denomination of the balance. Defaults to wei. For a reference of possible values see the web3 1.0 docs on the fromWei() function.
      • precision (int): Number of decimal places.

Fixes

  • Distribution minified.