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

bump burner-connector version #842

Merged
merged 1 commit into from May 10, 2024
Merged

bump burner-connector version #842

merged 1 commit into from May 10, 2024

Conversation

technophile-04
Copy link
Collaborator

@technophile-04 technophile-04 commented May 10, 2024

Description

Fixes #841

Example test code :

const { signMessageAsync } = useSignMessage();

<button
  className="btn btn-primary"
  onClick={async () => {
    try {
      const x = await signMessageAsync({
        message: "hello",
      });
      console.log("Signature is :", x);
    } catch (err) {
      console.log(err, "err");
    }
  }}
>
  Sign Message
</button>

Copy link
Collaborator

@rin-st rin-st left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great! Thanks!

@technophile-04 technophile-04 merged commit 0db0d5f into main May 10, 2024
1 check passed
@technophile-04 technophile-04 deleted the update-burner branch May 10, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Sigining a message doesn’t work on hardhat after migrating to wagmi v2.
2 participants