You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Title: ### Staking UI is Not Allowing Users to Stake Tokens
Description:The staking user interface (UI) is currently experiencing issues that prevent users from successfully staking their tokens. Users are encountering error messages or blank screens when attempting to complete the staking process.
Steps to Reproduce:
Navigate to the staking section of the application.
Connect a wallet (e.g., MetaMask).
Select the token to be staked from the available options.
Enter the desired amount of tokens to stake.
Click on the "Stake" button.
Observe the response from the UI.
Expected Result:
Users should be able to stake their selected tokens without any issues.
A confirmation message should appear indicating the successful fulfillment of the staking transaction.
Actual Result:
Users receive an error message saying, "Transaction failed: Please try again later."
Alternatively, the UI may hang and display a loading spinner indefinitely without completing the transaction.
Additional Information:
Browser: Chrome (Version 95.0.x)
OS: Windows 10
Wallet Extension: MetaMask (Version 10.0.x)
Network: Mainnet / Testnet (specify which one is affected)
Error Logs:
[Include any console logs or error messages if applicable]
Example: "TypeError: Cannot read property 'toString' of undefined" at stake.js:45
Screenshots: Staking UI Error
Priority: High - This issue is affecting multiple users and is critical to staking functionalities.
Suggested Fix/Improvement:
Investigate the transaction handling in the staking component.
Ensure that the smart contract interaction is correctly set up.
Add user-friendly error handling to inform users of specific issues (e.g., insufficient funds, network errors).
The text was updated successfully, but these errors were encountered:
Issue Title: ### Staking UI is Not Allowing Users to Stake Tokens
Description: The staking user interface (UI) is currently experiencing issues that prevent users from successfully staking their tokens. Users are encountering error messages or blank screens when attempting to complete the staking process.
Steps to Reproduce:
Expected Result:
Users should be able to stake their selected tokens without any issues.
A confirmation message should appear indicating the successful fulfillment of the staking transaction.
Actual Result:
Users receive an error message saying, "Transaction failed: Please try again later."
Alternatively, the UI may hang and display a loading spinner indefinitely without completing the transaction.
Additional Information:
Browser: Chrome (Version 95.0.x)
Priority: High - This issue is affecting multiple users and is critical to staking functionalities.
Suggested Fix/Improvement:
Investigate the transaction handling in the staking component.
Ensure that the smart contract interaction is correctly set up.
Add user-friendly error handling to inform users of specific issues (e.g., insufficient funds, network errors).
The text was updated successfully, but these errors were encountered: