From 40208a9e00671ed862e678a67005fa3fe8d64edd Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Tue, 9 Aug 2022 18:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3polygon=20test=E7=9A=84?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- truffle-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {