From bc66ff573aa0bd740a2a2f2d969d26a0f388177f Mon Sep 17 00:00:00 2001 From: sim Date: Tue, 12 Nov 2024 18:26:54 +0900 Subject: [PATCH] Collect the evm chain id on api (#224) --- _api/src/aggregateChains.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/_api/src/aggregateChains.ts b/_api/src/aggregateChains.ts index 2682a61..e4bd3af 100644 --- a/_api/src/aggregateChains.ts +++ b/_api/src/aggregateChains.ts @@ -16,6 +16,7 @@ const selectedChainProperties: (keyof Chain)[] = [ "logo_URIs", "bech32_prefix", "network_type", + "evm_chain_id", ] // Aggregates chain data from all chain.json files in the given directory