mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
add bitcoind dep for proxy in mocks
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user