From 73d57ab9b522294e68aaf7c9742cee48029d356b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20P=C3=B6hland?= Date: Mon, 23 Sep 2024 11:28:44 +0200 Subject: [PATCH] add isAshSupported --- src/types/collection.ts | 1 + 1 file changed, 1 insertion(+) 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 }