@medialane/sdk 0.15.0 → 0.15.1
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/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -19,7 +19,6 @@ declare const MARKETPLACE_1155_CONTRACT_MAINNET = "0x02bfa521c25461a09d735889b46
|
|
|
19
19
|
declare const MARKETPLACE_1155_CLASS_HASH_MAINNET = "0x01b674aad934be85abc7c1970265cbf7e9bc7d586a90f0a67112c201636dbdd3";
|
|
20
20
|
/** First mainnet block for the current Medialane Protocol ERC-1155 deployment. */
|
|
21
21
|
declare const MARKETPLACE_1155_START_BLOCK_MAINNET = 9260304;
|
|
22
|
-
/** MIP IPCollection registry — v0.3.0 audit (`creator` mint param). Redeployed 2026-05-22. */
|
|
23
22
|
declare const COLLECTION_721_CONTRACT_MAINNET = "0x0322cb7119955e01ac778d40976eb3ba50540bb0899f812d612f9c7e63e49fd2";
|
|
24
23
|
/** @deprecated Use COLLECTION_721_CONTRACT_MAINNET. */
|
|
25
24
|
declare const COLLECTION_CONTRACT_MAINNET = "0x0322cb7119955e01ac778d40976eb3ba50540bb0899f812d612f9c7e63e49fd2";
|
|
@@ -61,11 +60,10 @@ type Network = (typeof SUPPORTED_NETWORKS)[number];
|
|
|
61
60
|
declare const DEFAULT_RPC_URL = "https://rpc.starknet.lava.build";
|
|
62
61
|
declare const POP_COLLECTION_CLASS_HASH_MAINNET = "0x077c421686f10851872561953ea16898d933364b7f8937a5d7e2b1ba0a36263f";
|
|
63
62
|
declare const DROP_COLLECTION_CLASS_HASH_MAINNET = "0x00092e72cdb63067521e803aaf7d4101c3e3ce026ae6bc045ec4228027e58282";
|
|
64
|
-
/** IP-Programmable-ERC1155-Collections factory. Redeployed 2026-05-22 (v0.2.0 audit). */
|
|
65
63
|
declare const COLLECTION_1155_CONTRACT_MAINNET = "0x067064adcaaed61e17bf50ea802ea6482336126aec5b4d032b4ff8fbb5009131";
|
|
66
64
|
/** @deprecated Use COLLECTION_1155_CONTRACT_MAINNET. */
|
|
67
65
|
declare const ERC1155_FACTORY_CONTRACT_MAINNET = "0x067064adcaaed61e17bf50ea802ea6482336126aec5b4d032b4ff8fbb5009131";
|
|
68
|
-
/** Class hash of the IPCollection ERC-1155 implementation.
|
|
66
|
+
/** Class hash of the IPCollection ERC-1155 implementation. */
|
|
69
67
|
declare const COLLECTION_1155_CLASS_HASH_MAINNET = "0x281e13803c906f20bbe158efb44b7a0273c56fdebbeeb55b2ba59530ddb1c80";
|
|
70
68
|
/** @deprecated Use COLLECTION_1155_CLASS_HASH_MAINNET. */
|
|
71
69
|
declare const ERC1155_COLLECTION_CLASS_HASH_MAINNET = "0x281e13803c906f20bbe158efb44b7a0273c56fdebbeeb55b2ba59530ddb1c80";
|
package/dist/index.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ declare const MARKETPLACE_1155_CONTRACT_MAINNET = "0x02bfa521c25461a09d735889b46
|
|
|
19
19
|
declare const MARKETPLACE_1155_CLASS_HASH_MAINNET = "0x01b674aad934be85abc7c1970265cbf7e9bc7d586a90f0a67112c201636dbdd3";
|
|
20
20
|
/** First mainnet block for the current Medialane Protocol ERC-1155 deployment. */
|
|
21
21
|
declare const MARKETPLACE_1155_START_BLOCK_MAINNET = 9260304;
|
|
22
|
-
/** MIP IPCollection registry — v0.3.0 audit (`creator` mint param). Redeployed 2026-05-22. */
|
|
23
22
|
declare const COLLECTION_721_CONTRACT_MAINNET = "0x0322cb7119955e01ac778d40976eb3ba50540bb0899f812d612f9c7e63e49fd2";
|
|
24
23
|
/** @deprecated Use COLLECTION_721_CONTRACT_MAINNET. */
|
|
25
24
|
declare const COLLECTION_CONTRACT_MAINNET = "0x0322cb7119955e01ac778d40976eb3ba50540bb0899f812d612f9c7e63e49fd2";
|
|
@@ -61,11 +60,10 @@ type Network = (typeof SUPPORTED_NETWORKS)[number];
|
|
|
61
60
|
declare const DEFAULT_RPC_URL = "https://rpc.starknet.lava.build";
|
|
62
61
|
declare const POP_COLLECTION_CLASS_HASH_MAINNET = "0x077c421686f10851872561953ea16898d933364b7f8937a5d7e2b1ba0a36263f";
|
|
63
62
|
declare const DROP_COLLECTION_CLASS_HASH_MAINNET = "0x00092e72cdb63067521e803aaf7d4101c3e3ce026ae6bc045ec4228027e58282";
|
|
64
|
-
/** IP-Programmable-ERC1155-Collections factory. Redeployed 2026-05-22 (v0.2.0 audit). */
|
|
65
63
|
declare const COLLECTION_1155_CONTRACT_MAINNET = "0x067064adcaaed61e17bf50ea802ea6482336126aec5b4d032b4ff8fbb5009131";
|
|
66
64
|
/** @deprecated Use COLLECTION_1155_CONTRACT_MAINNET. */
|
|
67
65
|
declare const ERC1155_FACTORY_CONTRACT_MAINNET = "0x067064adcaaed61e17bf50ea802ea6482336126aec5b4d032b4ff8fbb5009131";
|
|
68
|
-
/** Class hash of the IPCollection ERC-1155 implementation.
|
|
66
|
+
/** Class hash of the IPCollection ERC-1155 implementation. */
|
|
69
67
|
declare const COLLECTION_1155_CLASS_HASH_MAINNET = "0x281e13803c906f20bbe158efb44b7a0273c56fdebbeeb55b2ba59530ddb1c80";
|
|
70
68
|
/** @deprecated Use COLLECTION_1155_CLASS_HASH_MAINNET. */
|
|
71
69
|
declare const ERC1155_COLLECTION_CLASS_HASH_MAINNET = "0x281e13803c906f20bbe158efb44b7a0273c56fdebbeeb55b2ba59530ddb1c80";
|