fix dodomath

This commit is contained in:
owen05
2021-01-13 20:39:41 +08:00
parent 847d0bf895
commit 74a12f54c6
9 changed files with 108 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ module.exports = {
*/
deploySwitch: {
DEPLOY_V1: false,
DEPLOY_V2: false,
DEPLOY_V2: true,
MOCK_TOKEN: false,
MOCK_V2_POOL: false,
MOCK_V2_SWAP: false,
@@ -66,7 +66,7 @@ module.exports = {
provider: function () {
return new HDWalletProvider(privKey, "https://kovan.infura.io/v3/" + infuraId);
},
gas: 8000000,
gas: 12000000,
gasPrice: 1000000000,
network_id: 42,
skipDryRun: true