Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 61a864a

Browse files
authoredMay 1, 2023
Add missing optional field to JsonMetadata type (#502)
1 parent b3c9a45 commit 61a864a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/nine-monkeys-share.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@metaplex-foundation/js": patch
3+
---
4+
5+
Add missing optional field to JsonMetadata type

‎packages/js/src/plugins/nftModule/models/JsonMetadata.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type JsonMetadata<Uri = string> = {
55
description?: string;
66
seller_fee_basis_points?: number;
77
image?: Uri;
8+
animation_url?: Uri;
89
external_url?: Uri;
910
attributes?: Array<{
1011
trait_type?: string;

0 commit comments

Comments
 (0)