update market name and description

This commit is contained in:
padreug 2025-08-03 11:32:00 +02:00
parent b9ae4a7309
commit f3c66915a1

View file

@ -128,8 +128,8 @@ export function useMarket() {
relays: config.market.supportedRelays, relays: config.market.supportedRelays,
selected: true, selected: true,
opts: { opts: {
name: 'Default Market', name: 'Ariège Market',
description: 'A default market', description: 'A communal market to sell your goods',
merchants: [], merchants: [],
ui: {} ui: {}
} }
@ -545,4 +545,4 @@ export function useMarket() {
publishStall, publishStall,
subscribeToMarketUpdates subscribeToMarketUpdates
} }
} }