trufflesuite / truffle-hdwallet-provider

HD Wallet-enabled Web3 provider
MIT License
400 stars 167 forks source link

Truffle AssertionError [ERR_ASSERTION] #39

Closed PaulRBerg closed 6 years ago

PaulRBerg commented 6 years ago

I'm trying to deploy a smart contract on Ropsten, and I get this error:

AssertionError [ERR_ASSERTION]: The field nonce must not have more 32 bytes

Full log output here.

PaulRBerg commented 6 years ago

Nevermind, I was trying to deploy on etherscan. Switched to Infura and everything's fine.