Skip to content

Commit

Permalink
Fixed typo in deploy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Oct 6, 2021
1 parent 2e6b95f commit beabe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = async (hardhat) => {
});
displayResult('PrizeDistributionHistory', tsunamiDrawSettindsHistoryResult);

const rngTimout = 3600
const rngTimeout = 3600

cyan('\nDeploying DrawBeacon...');
const drawBeaconResult = await deploy('DrawBeacon', {
Expand All @@ -160,7 +160,7 @@ module.exports = async (hardhat) => {
1,
parseInt('' + new Date().getTime() / 1000),
120, // 2 minute intervals
rngTimout
rngTimeout
],
});

Expand Down

0 comments on commit beabe68

Please sign in to comment.