Skip to content

Conversation

@ryanio
Copy link
Collaborator

@ryanio ryanio commented Oct 16, 2025

Summary

  • Bump package version from 8.0.2 to 8.0.3
  • Includes fix for Seaport contract address initialization

What's Included

This release includes the fix from #1793 that ensures the SDK properly initializes Seaport with the correct contract address for each chain. This resolves "could not decode result data" errors on chains like Somnia that use custom Seaport deployments (e.g., Gunzilla Seaport).

Key Fix

  • SDK now passes the chain-specific Seaport contract address during initialization
  • Chains using custom Seaport deployments (Gunzilla, Somnia) will no longer default to the cross-chain Seaport address
  • Fixes getCounter() call failures on chains with custom Seaport contracts

🤖 Generated with Claude Code

ryanio and others added 2 commits October 16, 2025 14:04
- Add getSeaportAddress import to SDK initialization
- Pass contractAddress in Seaport overrides config
- Ensures chains like Somnia use correct Seaport address (Gunzilla Seaport)
- Fixes "could not decode result data" error when calling getCounter

Previously, the SDK was creating Seaport instances without specifying the
contract address, causing seaport-js to default to the cross-chain Seaport
address. This resulted in errors on chains like Somnia that use custom
Seaport deployments (Gunzilla Seaport).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ryanio ryanio changed the title chore: bump version to 8.0.3 chore: release v8.0.3 - fix Seaport initialization for custom chain deployments Oct 16, 2025
@ryanio ryanio merged commit 652cd66 into main Oct 16, 2025
8 checks passed
@ryanio ryanio deleted the bump-version-8.0.3 branch October 16, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants