From 34fb6ac837921f5fcca099348eab7beabcb17861 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:19:14 -0400 Subject: [PATCH] add bitcoind dep for proxy in mocks --- .../ui/src/app/services/api/api.fixures.ts | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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',