fix: remove ropsten as eth chain
This commit is contained in:
parent
e94f1ff223
commit
8258a4d7d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue