Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the error message while unstaking #1250

Closed
wants to merge 2 commits into from

Conversation

abhishek-01k
Copy link
Collaborator

No description provided.

@github-actions
Copy link

File: src/components/yield/YieldPushFeeV3.tsx

  • Line 69: There is a missing closing parenthesis ')' for the arrow function inside pushFeeToast.showMessageToast.

  • Line 74: The closing parenthesis ')' is misplaced and should come after pushFeeToast.showLoaderToast({...}).

  • Line 79: The catch block should be closed with a closing parenthesis ')' before the closing curly brace '}'.

  • Line 84: The closing parenthesis ')' is misplaced and should come after setTxInProgressWithdraw(false).

  • Line 92: There is a missing closing parenthesis ')' for the arrow function inside massClaimRewardsTokensAll.

  • Line 96: The closing parenthesis ')' is misplaced and should come after setTxInProgressClaimRewards(false).

  • Line 100: The variable signer and the subsequent lines of code should be indented properly inside the massClaimRewardsTokensAll function.

  • Line 101: There is an extra opening curly brace '{' that should be removed.

  • Line 123: There is a missing closing parenthesis ')' after pushFeeToast.showLoaderToast({ loaderMessage: 'Delegating!!Waiting for Confirmation...' });.

File: src/config/config-dev.js

  • Line 57: There is a missing closing parenthesis '}' at the end of the addresses object.

  • Line 83: There is a missing closing parenthesis '}' at the end of the addresses object.

  • Line 120: There is a missing closing parenthesis '}' at the end of the addresses object.

  • Line 165: There is a missing closing parenthesis '}' at the end of the addresses object.

  • Line 284: There is a missing closing parenthesis '}' at the end of the CHAIN_DETAILS object.

All looks good.

@MdTeach MdTeach closed this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done and Merged
Development

Successfully merging this pull request may close these issues.

2 participants