When I am trying to migrate smart contracts in ropsten infura network, but got error.
The error is shown below:
Using network 'ropsten'. Running migration: 1_initial_migration.js Replacing Migrations... Error encountered, bailing. Network state unknown. Review successful transactions manually. only replay-protected (EIP-155) transactions allowed over RPC truffle.json
module.exports = { ropsten:{ provider: () => new HDWalletProvider(MNEMONIC,REMOTE_NODE), network_id: 3 } }, Please help me to resolve this and help will be appreciated.