diff --git a/web/projects/ui/src/app/services/api/api.fixures.ts b/web/projects/ui/src/app/services/api/api.fixures.ts index ad88f8749..9818161b0 100644 --- a/web/projects/ui/src/app/services/api/api.fixures.ts +++ b/web/projects/ui/src/app/services/api/api.fixures.ts @@ -541,7 +541,14 @@ export module Mock { gitHash: 'fakehash', icon: PROXY_ICON, sourceVersion: null, - dependencyMetadata: {}, + dependencyMetadata: { + bitcoind: { + title: 'Bitcoin Core', + icon: BTC_ICON, + description: 'Used for RPC requests', + optional: false, + }, + }, donationUrl: null, alerts: { install: 'test', @@ -717,7 +724,14 @@ export module Mock { gitHash: 'fakehash', icon: PROXY_ICON, sourceVersion: null, - dependencyMetadata: {}, + dependencyMetadata: { + bitcoind: { + title: 'Bitcoin Core', + icon: BTC_ICON, + description: 'Used for RPC requests', + optional: false, + }, + }, donationUrl: null, alerts: { install: 'test',