修正polygon test的发布配置

This commit is contained in:
cebgcontract 2022-08-09 18:57:58 +08:00
parent 23b85df8f4
commit 40208a9e00

View File

@ -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: {