Skip to content

Commit 6351ddb

Browse files
authored
Update 5-apillon-sdk.md
1 parent 9959560 commit 6351ddb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/5-apillon-sdk.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -296,21 +296,21 @@ const uniqueCollection = await nft.createUnique({
296296
name: 'Unique NFT 1',
297297
description: 'Description for Unique NFT 1',
298298
image: 'https://example.com/nft1.png',
299-
attributes: {
299+
attributes: [{
300300
trait_type: 'color',
301301
value: 'red',
302302
display_type: 'string',
303-
},
303+
}],
304304
},
305305
'2': {
306306
name: 'Unique NFT 2',
307307
description: 'Description for Unique NFT 2',
308308
image: 'https://example.com/nft2.png',
309-
attributes: {
309+
attributes: [{
310310
trait_type: 'color',
311311
value: 'blue',
312312
display_type: 'string',
313-
},
313+
}],
314314
},
315315
},
316316
});

0 commit comments

Comments
 (0)