diff --git a/lib/plugins/wallet/geth/base.js b/lib/plugins/wallet/geth/base.js index 13dfac01..c69413b4 100644 --- a/lib/plugins/wallet/geth/base.js +++ b/lib/plugins/wallet/geth/base.js @@ -116,7 +116,7 @@ function generateTx (_toAddress, wallet, amount, includesFee, cryptoCode) { if (isErc20Token) txTemplate.data = contractData - const common = new Common({ chain: Chain.Ropsten, hardfork: Hardfork.London }) + const common = new Common({ chain: Chain.Mainnet, hardfork: Hardfork.London }) const promises = [ pify(web3.eth.estimateGas)(txTemplate),