Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored May 27, 2023
1 parent f8eead3 commit 96d3ce4
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/2 + gas.claim_reward;
gasValue = props.rewards.rewards.length * gas.claim_reward/1.5 + gas.claim_reward;
}

const updatedTx = {
Expand Down

0 comments on commit 96d3ce4

Please sign in to comment.