Replies: 1 comment
-
OpenSea no longer uses wyvern as of June 2022 so it is no longer supported. Rinkeby network is also deprecated, use Sepolia encodeTransferCall, no longer, but there is a transfer() helper method if you need. |
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.
-
After upgrading opensea js from 2.0.2 to 7.0.7, import {CK-ADDRESS, CK-RINKEBY-ADDRESS} from "opensea js/lib/contracts";

Import {encodeTransferCall} from "opensea js/lib/utils/schema";
Import {WyvernProtocol} from "wyvern js/lib/wyvernProtocol"; These methods cannot be found. Is there an alternative method available
Beta Was this translation helpful? Give feedback.
All reactions