merge upcp && cp proxy

This commit is contained in:
owen05
2021-04-29 10:59:34 +08:00
parent ad865968a0
commit 0a68972414
9 changed files with 79 additions and 135 deletions

View File

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