From 7e8876b4113f026d386e9b9ce05e3f8653dbb6d6 Mon Sep 17 00:00:00 2001 From: sim Date: Mon, 24 Jun 2024 22:55:16 +0900 Subject: [PATCH] Update to collect `logo_URIs` (#128) --- _api/src/aggregateChains.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/_api/src/aggregateChains.ts b/_api/src/aggregateChains.ts index 6212b73..c678868 100644 --- a/_api/src/aggregateChains.ts +++ b/_api/src/aggregateChains.ts @@ -13,6 +13,7 @@ const selectedChainProperties: (keyof Chain)[] = [ "apis", "faucets", "metadata", + "logo_URIs", "bech32_prefix", ]