diff --git a/src/types/collection.ts b/src/types/collection.ts index 11cf716..2529995 100644 --- a/src/types/collection.ts +++ b/src/types/collection.ts @@ -635,6 +635,7 @@ export type FungibleAssets = { pngUrl: string ticker: string usdPrice?: number + isAshSupported: boolean _ts?: number }