mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
add bitcoind dep for proxy in mocks
This commit is contained in:
@@ -541,7 +541,14 @@ export module Mock {
|
|||||||
gitHash: 'fakehash',
|
gitHash: 'fakehash',
|
||||||
icon: PROXY_ICON,
|
icon: PROXY_ICON,
|
||||||
sourceVersion: null,
|
sourceVersion: null,
|
||||||
dependencyMetadata: {},
|
dependencyMetadata: {
|
||||||
|
bitcoind: {
|
||||||
|
title: 'Bitcoin Core',
|
||||||
|
icon: BTC_ICON,
|
||||||
|
description: 'Used for RPC requests',
|
||||||
|
optional: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
donationUrl: null,
|
donationUrl: null,
|
||||||
alerts: {
|
alerts: {
|
||||||
install: 'test',
|
install: 'test',
|
||||||
@@ -717,7 +724,14 @@ export module Mock {
|
|||||||
gitHash: 'fakehash',
|
gitHash: 'fakehash',
|
||||||
icon: PROXY_ICON,
|
icon: PROXY_ICON,
|
||||||
sourceVersion: null,
|
sourceVersion: null,
|
||||||
dependencyMetadata: {},
|
dependencyMetadata: {
|
||||||
|
bitcoind: {
|
||||||
|
title: 'Bitcoin Core',
|
||||||
|
icon: BTC_ICON,
|
||||||
|
description: 'Used for RPC requests',
|
||||||
|
optional: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
donationUrl: null,
|
donationUrl: null,
|
||||||
alerts: {
|
alerts: {
|
||||||
install: 'test',
|
install: 'test',
|
||||||
|
|||||||
Reference in New Issue
Block a user