@medialane/sdk 0.16.0 → 0.17.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 +18 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6381,6 +6381,24 @@ var SERVICES = {
|
|
|
6381
6381
|
},
|
|
6382
6382
|
uiVariant: "edition",
|
|
6383
6383
|
capabilities: ["list", "buy", "make_offer", "cancel"]
|
|
6384
|
+
},
|
|
6385
|
+
"external-erc721": {
|
|
6386
|
+
id: "external-erc721",
|
|
6387
|
+
displayName: "External ERC-721",
|
|
6388
|
+
description: "ERC-721 contract not deployed via a Medialane service.",
|
|
6389
|
+
standard: "ERC721",
|
|
6390
|
+
provenance: "EXTERNAL",
|
|
6391
|
+
uiVariant: "standard",
|
|
6392
|
+
capabilities: ["list", "buy", "make_offer", "cancel", "transfer"]
|
|
6393
|
+
},
|
|
6394
|
+
"external-erc1155": {
|
|
6395
|
+
id: "external-erc1155",
|
|
6396
|
+
displayName: "External ERC-1155",
|
|
6397
|
+
description: "ERC-1155 contract not deployed via a Medialane service.",
|
|
6398
|
+
standard: "ERC1155",
|
|
6399
|
+
provenance: "EXTERNAL",
|
|
6400
|
+
uiVariant: "edition",
|
|
6401
|
+
capabilities: ["list", "buy", "make_offer", "cancel", "transfer"]
|
|
6384
6402
|
}
|
|
6385
6403
|
};
|
|
6386
6404
|
function getService(id) {
|