Replies: 2 comments
-
I don’t think this can be anything wrong with ethers. Is this inside a async function? I don’t think you are allowed await in the root context. Maybe you need it wrap it in an async IIFE? |
Beta Was this translation helpful? Give feedback.
0 replies
-
(moving to discussions) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my installation of chrome, this snippet does not properly await or log the signature
The same snippet works with Metamask on Brave. I expect there is something wrong with my Chrome installation or Metamask installation, but I wanted to post here in case someone else has experienced this.
MacOS 11.2.3
Chrome 89.0.4389.90
Metamask 9.3.0
No browser extensions active except Metamask
Beta Was this translation helpful? Give feedback.
All reactions