diff --git a/_api/src/aggregateChains.ts b/_api/src/aggregateChains.ts index c678868..e3d328c 100644 --- a/_api/src/aggregateChains.ts +++ b/_api/src/aggregateChains.ts @@ -15,6 +15,7 @@ const selectedChainProperties: (keyof Chain)[] = [ "metadata", "logo_URIs", "bech32_prefix", + "network_type", ] // Aggregates chain data from all chain.json files in the given directory