add upCpFactory

This commit is contained in:
owen05
2021-03-04 15:28:42 +08:00
parent 8b341c3236
commit 94ba7fbd21
9 changed files with 229 additions and 3 deletions

View File

@@ -48,7 +48,8 @@ module.exports = {
MINE: false,
FEERATEIMPL: false,
WETH: false,
DODO: false
DODO: false,
UpCP: false
},
networks: {
@@ -83,7 +84,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 6000000,
gasPrice: 120000000000,
gasPrice: 90000000000,
network_id: 1,
skipDryRun: true
},