Skip to content

Commit ebb99c7

Browse files
authored
Add missing originalUrl from NFT animation type (#506)
1 parent 7da9b4f commit ebb99c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/nft-types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,8 @@ export interface Nft {
12671267
animation?: {
12681268
/** URL of the animation stored in Alchemy's cache. */
12691269
cachedUrl?: string;
1270+
/** The original URL of the animation as stored on the contract. */
1271+
originalUrl?: string;
12701272
/** The type of the animation media. */
12711273
contentType?: string;
12721274
/** The size of the animation in bytes. */

0 commit comments

Comments
 (0)