Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add triggerTestMessageSign function to App component
The code changes add a new function called `triggerTestMessageSign` to the App component in `App.tsx`. This function is responsible for triggering the signing of a test message in the user's wallet. It retrieves the wallet type from local storage and opens the corresponding link based on the wallet type. Additionally, it makes a POST request to the server to sign the test message. This new function enhances the functionality of the App component by allowing users to sign test messages in their wallets. Note: Please remove any meta information such as issue references, tags, or author names before using the commit message.
- Loading branch information