fix idvm interface

This commit is contained in:
owen05
2021-03-14 16:49:33 +08:00
parent 6b1864866a
commit 4ef8fd9cad
13 changed files with 54 additions and 9 deletions

View File

@@ -49,7 +49,9 @@ module.exports = {
FEERATEIMPL: false,
WETH: false,
DODO: false,
UpCP: true
UpCP: false,
DVM: false,
CP: false
},
networks: {
@@ -84,7 +86,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 6000000,
gasPrice: 180000000000,
gasPrice: 130000000000,
network_id: 1,
skipDryRun: true
},