Skip to content

Commit

Permalink
Update index.js (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshavalidator authored Jun 4, 2023
1 parent 96d3ce4 commit 0a06428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Home/ClaimDialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ClaimDialog = (props) => {
setInProgress(true);
let gasValue = gas.claim_reward;
if (props.rewards && props.rewards.rewards && props.rewards.rewards.length > 1) {
gasValue = props.rewards.rewards.length * gas.claim_reward/1.5 + gas.claim_reward;
gasValue = props.rewards.rewards.length * gas.claim_reward/1.1 + gas.claim_reward;
}

const updatedTx = {
Expand Down

0 comments on commit 0a06428

Please sign in to comment.