Creating a Goerli listing returns an error about matic #125
davidlee1435
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey folks, a couple things about the testnets API:
on the v2 create listing endpoint documentation (https://docs.opensea.io/v2.0/reference/create-an-order-testnets), the key name for the input is wrong (it should be parameters, not order_parameters)
i am trying to create a listing on goerli via a smart contract wallet that implements EIP-1271. before i call https://testnets-api.opensea.io/v2/orders/goerli/seaport/listings, I ensure that the parameters and signature that i'm sending are valid by calling seaport.validate(...).callStatic(). however, the error returned by the server is:
{"errors":["Chain with identifier matic does not exist in the db"]}
i'm not really sure where to start debugging this, since i also ran my order parameters through seaport-order-validator (https://github.com/ProjectOpenSea/seaport-order-validator) successfully. anyone else run into a similar issue?
for reference here's an example curl request:
Beta Was this translation helpful? Give feedback.
All reactions