This commit is contained in:
owen05
2021-06-22 11:24:41 +08:00
parent 0e45da2c4d
commit 62794dc9cc
3 changed files with 10 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ module.exports = {
DEPLOY_NFT: false,
COLLECTIONS: false,
MYSTERYBOX_V1: false,
Drops_V2: false,
Drops_V2: true,
},
networks: {
@@ -96,7 +96,7 @@ module.exports = {
networkCheckTimeout: 100000,
provider: function () {
return new HDWalletProvider(privKey, "https://rinkeby.infura.io/v3/" + infuraId);
// return new HDWalletProvider(privKey, "https://eth-rinkeby.dodoex.io/");
// return new HDWalletProvider(privKey, "https://eth-rinkeby.dodoex.io");
},
gas: 10000000,
gasPrice: 1500000000,