feat(store): point the Recl∆Im quick-add at its canonical index URL
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
Use the raw store-index file in the public chain-modules/reclaim repo (git.flemming.ai/chain-modules/reclaim/raw/branch/main/store.yaml) — stable, no release-tag churn, fetched by the hub's StoreIndex::from_url. The availability probe flips the row to 'Add' automatically once reclaim publishes the file. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
5220f19ff8
commit
8724b19234
1 changed files with 4 additions and 1 deletions
|
|
@ -292,7 +292,10 @@ class _SuggestedStore {
|
||||||
final List<_SuggestedStore> _kSuggestedStores = <_SuggestedStore>[
|
final List<_SuggestedStore> _kSuggestedStores = <_SuggestedStore>[
|
||||||
_SuggestedStore(
|
_SuggestedStore(
|
||||||
name: 'Recl∆Im',
|
name: 'Recl∆Im',
|
||||||
url: 'https://releases.chain.flemming.ai/reclaim/store.yaml',
|
// Raw store-index file in the public chain-modules/reclaim repo —
|
||||||
|
// stable (no release-tag churn), updated by a plain git push as
|
||||||
|
// reclaim adds modules. The hub fetches it via StoreIndex::from_url.
|
||||||
|
url: 'https://git.flemming.ai/chain-modules/reclaim/raw/branch/main/store.yaml',
|
||||||
describe: (l) => l.storesSuggestedReclaimDesc,
|
describe: (l) => l.storesSuggestedReclaimDesc,
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue