diff --git a/nostr_dvm/utils/dvmconfig.py b/nostr_dvm/utils/dvmconfig.py index 46a2d29..06a2c32 100644 --- a/nostr_dvm/utils/dvmconfig.py +++ b/nostr_dvm/utils/dvmconfig.py @@ -15,7 +15,7 @@ class DVMConfig: FIX_COST: float = None PER_UNIT_COST: float = None - RELAY_LIST = ["wss://relay.damus.io", "wss://nostr-pub.wellorder.net", "wss://nos.lol", "wss://nostr.wine", + RELAY_LIST = ["wss://relay.damus.io", "wss://nos.lol", "wss://nostr.wine", "wss://nostr.mom", "wss://nostr.oxtr.dev", "wss://relay.nostr.bg", "wss://relay.f7z.io", "wss://pablof7z.nostr1.com", "wss://relay.nostr.net", "wss://140.f7z.io", "wss://relay.snort.social", "wss://offchain.pub/", "wss://relay.nostr.band"] diff --git a/ui/noogle/package.json b/ui/noogle/package.json index fc9d5e1..0e7e64b 100644 --- a/ui/noogle/package.json +++ b/ui/noogle/package.json @@ -18,7 +18,7 @@ "bootstrap": "^5.3.2", "daisyui": "^4.6.0", "mini-toastr": "^0.8.1", - "nostr-login": "^1.0.11", + "nostr-login": "^1.0.12", "nostr-tools": "^2.1.9", "vue": "^3.4.15", "vue-notifications": "^1.0.2", diff --git a/ui/noogle/src/store.js b/ui/noogle/src/store.js index 618e4fc..dbad4e0 100644 --- a/ui/noogle/src/store.js +++ b/ui/noogle/src/store.js @@ -18,7 +18,7 @@ const store = createStore({ activesearchdvms: [], results: [], relays: [ - //"wss://relay.damus.io", + "wss://relay.damus.io", "wss://nos.lol", "wss://pablof7z.nostr1.com", "wss://relay.nostr.net",