While migrating my smart contract,I came across an issue for command below
truffle migrate --reset --network ropsten.Issue as given below
Using network 'ropsten'. Running migration: 1_initial_migration.js Deploying Migrations... Error encountered, bailing. Network state unknown. Review successful transactions manually. Unknown address - unable to sign transaction for this address
But my address is having enough ether as it is displayed both in Metamask and Etherscan. Can anybody point out why this issue is happening?
I am using ropsten infura for truffle-hd-wallet-provider.Any help is appreciated.
Thanks, Anu