We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da9b4f commit ebb99c7Copy full SHA for ebb99c7
src/types/nft-types.ts
@@ -1267,6 +1267,8 @@ export interface Nft {
1267
animation?: {
1268
/** URL of the animation stored in Alchemy's cache. */
1269
cachedUrl?: string;
1270
+ /** The original URL of the animation as stored on the contract. */
1271
+ originalUrl?: string;
1272
/** The type of the animation media. */
1273
contentType?: string;
1274
/** The size of the animation in bytes. */
0 commit comments