v0.25.0
What's Changed
- feat: The
registercommand now validates that the manifest URL and declared endpoint share the same origin before sending the onchain transaction. Previously onlyverifyanddeploychecked this, so a developer could burn gas registering a tool the indexer would immediately reject. All three commands (register,verify,deploy) now show a consistent, actionable error message that explicitly calls out subdomains as different origins and explains how to fix it. (#465)
Full Changelog: ProjectOpenSea/opensea-devtools@tool-sdk-v0.24.0...tool-sdk-v0.25.0