feat: re-enable geth install
This commit is contained in:
parent
ea703375e1
commit
0ac62139db
4 changed files with 4 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue