Commit 652cd66
chore: release v8.0.3 - fix Seaport initialization for custom chain deployments (#1794)
* fix: pass correct Seaport contract address during initialization
- 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>
* chore: bump version to 8.0.3
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent f50c241 commit 652cd66
2 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
85 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| |||
0 commit comments