EthereumDeveloper
EthereumDeveloper

Reputation: 21

Truffle doesn't migrate contract to Ropsten or Rinkeby via Infura (MetaMask)

In command line 'Network up to date'. Why?

I did everything how here http://truffleframework.com/tutorials/using-infura-custom-provider repeatedly. But doesn't migrate. And no errors. Just this 'Network up to date'.

What could be the problem?

Upvotes: 2

Views: 908

Answers (1)

Parker Place
Parker Place

Reputation: 66

Have you tried truffle migrate --reset ?

Upvotes: 3

Related Questions