Ropsten: Transaction was not mined within 750 seconds

    ropsten: {
          provider: () => new HDWalletProvider(mnemonic, `https://ropsten.infura.io/v3/${infuraKey}`),
          network_id: 3,       // Ropsten's id
          gas: 1200000,        // Ropsten has a lower block limit than mainnet
          confirmations: 2,    // # of confs to wait between deployments. (default: 0)
          timeoutBlocks: 200,  // # of blocks before a deployment times out  (minimum/default: 50)
          skipDryRun: true,     // Skip dry run before migrations? (default: false for public nets )
          gasPrice: 20000000000,  // 20 gwei (in wei) (default: 100 gwei)
        },

Please help with this error.

1 Like

Hi @Madison_Gagnon,

It looks like there was an issue on Ropsten and it had an extremely low gas limit.

I recommend trying again (now that the block gas limit is slowly increasing) or trying on a different testnet.

Yes you are right now works so we have to check diffrents networks some of them can get an issue i got you now thank you!

1 Like

Hi @Madison_Gagnon,

Ropsten has had a couple of issues recently. I tend to configure multiple testnets so that I can quickly deploy to check if it is an issue with my setup or with that particular testnet.

1 Like