diff --git a/truffle-config.js b/truffle-config.js index 52b8c88..35415b2 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -86,7 +86,7 @@ module.exports = { providerOrUrl: `https://rpc-mumbai.maticvigil.com`, pollingInterval: 8000 }), - gasPrice: 45000000000, + gasPrice: 28000000000, network_id: 80001, confirmations: 6, timeoutBlocks: 5000, @@ -94,6 +94,7 @@ module.exports = { deploymentPollingInterval: 8000, skipDryRun: true, production: true, + disableConfirmationListener: true, from: '0x50A8e60041A206AcaA5F844a1104896224be6F39' }, polygon: {