feat: re-enable geth install

This commit is contained in:
Neal 2021-05-17 19:16:17 -04:00 committed by Josh Harvey
parent ea703375e1
commit 0ac62139db
4 changed files with 4 additions and 5 deletions

View file

@ -126,6 +126,7 @@ function generateTx (_toAddress, wallet, amount, includesFee, cryptoCode) {
const contract = web3.eth.contract(ABI.ERC20).at(coins.utils.getErc20Token(cryptoCode).contractAddress)
const rawTx = {
chainId: 1,
nonce: txCount,
gasPrice: hex(gasPrice),
gasLimit: gas,