fix: remove ropsten as eth chain

This commit is contained in:
José Oliveira 2022-05-19 21:42:38 +01:00
parent e94f1ff223
commit 8258a4d7d1

View file

@ -114,7 +114,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),