@medialane/sdk 0.8.2 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -79,7 +79,7 @@ All methods require a `starknet.js` `AccountInterface`. Nonce management, SNIP-1
79
79
 
80
80
  Two marketplace modules are available:
81
81
  - `client.marketplace` — ERC-721 marketplace (`Medialane` contract)
82
- - `client.marketplace1155` — ERC-1155 marketplace (`Medialane1155` contract, deployed 2026-04-15)
82
+ - `client.marketplace1155` — ERC-1155 marketplace (`Medialane1155V2` contract, deployed 2026-04-28)
83
83
 
84
84
  ### Create a Listing (ERC-721)
85
85
 
@@ -159,7 +159,7 @@ const result = await client.marketplace.createCollection(account, {
159
159
 
160
160
  ## ERC-1155 Marketplace (Medialane1155)
161
161
 
162
- For IP assets from ERC-1155 collections (e.g. IP-Programmable-ERC1155-Collections). Contract: `0x04a0a65bd13e1ec9a2ce92c36115578486331e941b395f97d49fe488baac8309`.
162
+ For IP assets from ERC-1155 collections (e.g. IP-Programmable-ERC1155-Collections). Contract: `0x02bfa521c25461a09d735889b469418608d7d92f8b26e3d37ef174a4c2e22f99`.
163
163
 
164
164
  ### Create an ERC-1155 Listing
165
165