Skip to content

Commit

Permalink
wemix/scripts: removed unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
saddoc committed Apr 19, 2023
1 parent b3ed5a7 commit dcd1ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wemix/scripts/deploy-governance.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ var GovernanceDeployer = new function() {
data.env.MaxIdleBlockInterval || 5,
data.env.blockCreationTime || 1000,
// mint amount: 1 wemix
data.env. blockRewardAmount || web3.toWei(1, 'ether'),
data.env.blockRewardAmount || web3.toWei(1, 'ether'),
// tip: 100 gwei
data.env.maxPriorityFeePerGas || web3.toWei(100, 'gwei'),
// NCPs, WEMIX Staker, Eco System, Maintenance
Expand Down

0 comments on commit dcd1ed0

Please sign in to comment.