4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
|
import web3 from 'Embark/web3'
|
||
|
|
||
|
export const toEther = amount => web3.utils.fromWei(amount, 'ether')
|