deploy routeProxy

This commit is contained in:
owen05
2021-06-03 21:35:55 +08:00
parent 699daaba9c
commit 0ec48b9122
8 changed files with 25 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 6000000,
gasPrice: 80000000000,
gasPrice: 25000000000,
network_id: 1,
skipDryRun: true
},
@@ -165,10 +165,10 @@ module.exports = {
matic: {
provider: () => {
return new HDWalletProvider(privKey, 'https://matic-mainnet-archive-rpc.bwarelabs.com')
return new HDWalletProvider(privKey, 'https://rpc-mainnet.matic.network')
},
network_id: 137,
gasPrice: 1000000000,
network_id: '137',
gasPrice: 2000000000,
confirmations: 2,
timeoutBlocks: 200,
skipDryRun: true