How to making an offer for an ERC-721 for 10 ETH (Native token) and fulfilling it #656
Unanswered
0xvoidmain
asked this question in
Q&A
Replies: 1 comment
-
you can't make an offer in native token because it can't be taken from your account, offers have to be in a wrapped currency like weth |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Here my code
I got error at: const transaction = await executeAllFulfillActions();
shortMessage: 'execution reverted (unknown custom error)',
I find in smartcontract the error is:
_revertInvalidNativeOfferItem
Please help.
Beta Was this translation helpful? Give feedback.
All reactions