@medialane/sdk 0.115.0 → 0.117.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/dist/index.cjs CHANGED
@@ -1105,6 +1105,26 @@ var SERVICES = {
1105
1105
  ],
1106
1106
  metadataSchema: { licenseDefault: "CC BY-SA" }
1107
1107
  },
1108
+ "ip-ticketing": {
1109
+ id: "ip-ticketing",
1110
+ displayName: "IP Ticketing",
1111
+ description: "Distribute verifiable on-chain tickets to a list of recipients in one run \u2014 everyone gets a wallet and their ticket.",
1112
+ standard: "ERC1155",
1113
+ provenance: "MEDIALANE",
1114
+ onchain: {
1115
+ STARKNET: {
1116
+ factoryAddress: SN2.ipTicketsFactory,
1117
+ classHash: SN2.ipTicketCollectionClassHash
1118
+ }
1119
+ },
1120
+ uiVariant: "ticket",
1121
+ capabilities: ["mint", "airdrop", "redeem", "list", "buy", "make_offer", "cancel", "transfer"],
1122
+ events: [
1123
+ { name: "CollectionDeployed", emittedBy: "factory" },
1124
+ { name: "TicketCreated", emittedBy: "instance" }
1125
+ ],
1126
+ metadataSchema: { licenseDefault: "CC BY-SA" }
1127
+ },
1108
1128
  "ip-club": {
1109
1129
  id: "ip-club",
1110
1130
  displayName: "IP Club",