chore: Update logging and configuration in market-related files
- Enhance logging in useMarket and NostrClient to provide better insights during event fetching and market loading. - Add local relay support in configuration for improved development and testing. - Adjust delay in event fetching to ensure more reliable data collection from relays.
This commit is contained in:
parent
54044f165c
commit
e66d976ee8
3 changed files with 8 additions and 2 deletions
|
|
@ -62,6 +62,7 @@ export const config: AppConfig = {
|
|||
market: {
|
||||
defaultNaddr: import.meta.env.VITE_MARKET_NADDR || '',
|
||||
supportedRelays: parseJsonEnv(import.meta.env.VITE_MARKET_RELAYS, [
|
||||
'ws://127.0.0.1:7777',
|
||||
'wss://relay.damus.io',
|
||||
'wss://relay.snort.social',
|
||||
'wss://nostr-pub.wellorder.net',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue