- Wrap/Unwrap functions where migrated from Web3 native transaction creation to
zeroEx.etherToken.withdrawAsync - Getting client address method changed from
clientAddress = web3.eth.coinbasetoawait web3.eth.getAccounts().then( accounts => accounts[0]) - Getting networtk id method changed from
web3.version.getNetworktonetId = await web3.eth.net.getId() - Converting to baseUnit method chenged from
web3.fromWei(balance)toweb3.utils.fromWei(balance)
This repository was archived by the owner on Oct 10, 2023. It is now read-only.