Closed SMLaursen closed 8 months ago
thanks for opening, looking into this
@SMLaursen is this happening for just one order or all of them? could you share an example order you are getting this?
0x815e1d64
== InvalidSigner()
which means the order signature is invalid (not from the offerer)
have identified the issue, will be opening a fix soon
Ah okay, this was one of those failing : sepolia/0x5a96cf3ace257dfcc1fd3c037e548585124dc0c5/582
But i managed to but another one : sepolia/0xdd6d39977949c20917742b03ff7ad55158eb3365/1
So some seems to work ☺️
Component
Utils
Have you ensured that all of these are up to date?
What version of opensea-js are you on?
7.1.1
What function is the bug in?
fulfillOrder
Operating System
macOS (Apple Silicon)
Describe the bug
ethers : v6.11.1
,node : v20.11.1
&@metamask/detect-provider: v2.0.0
(to pass the MM provider to below function)In version
7.0.9
I could fulfill orders with MetaMask using the following snippet :In version 7.1.1 I get the following error