deploy mineV3 && add ERC20Helper

This commit is contained in:
owen05
2021-08-01 23:22:33 +08:00
parent 732a7bb2a3
commit afc757022a
9 changed files with 102 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ module.exports = {
COLLECTIONS: false,
MYSTERYBOX_V1: false,
Drops_V2: false,
MineV3: false
},
networks: {
@@ -110,7 +111,7 @@ module.exports = {
return new HDWalletProvider(privKey, "https://mainnet.infura.io/v3/" + infuraId);
},
gas: 6000000,
gasPrice: 18000000000,
gasPrice: 25000000000,
network_id: 1,
skipDryRun: true
},
@@ -186,7 +187,7 @@ module.exports = {
)
},
network_id: '42161',
gasPrice: 100000000,
gasPrice: 400000000,
},
matic: {