This commit is contained in:
owen05
2022-01-29 10:11:54 +08:00
parent 1f1bb2274d
commit 38c4bcc8ef
11 changed files with 97 additions and 8 deletions

View File

@@ -65,7 +65,8 @@ module.exports = {
Drops_V2: false,
MineV3: false,
NFT_POOL: false,
UserQuota: false
UserQuota: false,
STARTER: true
},
networks: {
@@ -98,14 +99,13 @@ 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");
},
gas: 10000000,
gasPrice: 1500000000,
network_id: 4,
skipDryRun: true,
confirmations: 2,
timeoutBlocks: 200,
// confirmations: 10,
// timeoutBlocks: 200,
},
live: {