Skip to content

Commit

Permalink
Update truffle-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulsan authored Feb 20, 2021
1 parent bd0431a commit 3bc7048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ module.exports = {
provider: () => new HDWalletProvider(mnemonic, `https://data-seed-prebsc-1-s1.binance.org:8545`),
network_id: 97,
confirmations: 10,
timeoutBlocks: 200,
timeoutBlocks: 1000,
skipDryRun: true
},
bsc: {
provider: () => new HDWalletProvider(mnemonic, `https://bsc-dataseed1.binance.org`),
network_id: 56,
confirmations: 10,
timeoutBlocks: 200,
timeoutBlocks: 1000,
skipDryRun: true
},
},
Expand Down

0 comments on commit 3bc7048

Please sign in to comment.