deploy upCpProxy

This commit is contained in:
owen05
2021-04-22 23:25:07 +08:00
parent 9bca589607
commit 6b60447165
5 changed files with 20 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ module.exports = {
DSP: false,
LockedVault: false,
MULTIHOP: false,
UpCpProxy: false
UpCpProxy: true
},
networks: {
@@ -93,7 +93,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 6000000,
gasPrice: 125000000000,
gasPrice: 120000000000,
network_id: 1,
skipDryRun: true
},