修正polygon test的发布配置
This commit is contained in:
parent
23b85df8f4
commit
40208a9e00
@ -86,7 +86,7 @@ module.exports = {
|
|||||||
providerOrUrl: `https://rpc-mumbai.maticvigil.com`,
|
providerOrUrl: `https://rpc-mumbai.maticvigil.com`,
|
||||||
pollingInterval: 8000
|
pollingInterval: 8000
|
||||||
}),
|
}),
|
||||||
gasPrice: 45000000000,
|
gasPrice: 28000000000,
|
||||||
network_id: 80001,
|
network_id: 80001,
|
||||||
confirmations: 6,
|
confirmations: 6,
|
||||||
timeoutBlocks: 5000,
|
timeoutBlocks: 5000,
|
||||||
@ -94,6 +94,7 @@ module.exports = {
|
|||||||
deploymentPollingInterval: 8000,
|
deploymentPollingInterval: 8000,
|
||||||
skipDryRun: true,
|
skipDryRun: true,
|
||||||
production: true,
|
production: true,
|
||||||
|
disableConfirmationListener: true,
|
||||||
from: '0x50A8e60041A206AcaA5F844a1104896224be6F39'
|
from: '0x50A8e60041A206AcaA5F844a1104896224be6F39'
|
||||||
},
|
},
|
||||||
polygon: {
|
polygon: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user