From e0bb99fc4f990c464912c21437bb3e886cfd248c Mon Sep 17 00:00:00 2001 From: fsociety Date: Tue, 1 Oct 2024 14:38:34 +0200 Subject: [PATCH] feat: update production relayUrl in nostrZap.js --- resources/js/nostrZap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/nostrZap.js b/resources/js/nostrZap.js index a993ae7..14a10dc 100644 --- a/resources/js/nostrZap.js +++ b/resources/js/nostrZap.js @@ -8,7 +8,7 @@ export default (livewireComponent) => ({ invoice: livewireComponent.entangle('invoice', true), async zap(message, sender, amountToPay, env) { - const relayUrl = env === 'production' ? 'wss://nostr.einundzwanzig.space' : 'wss://simple-relay.steuernsindraub21.xyz'; + const relayUrl = env === 'production' ? 'wss://simple-relay.steuernsindraub21.xyz' : 'wss://simple-relay.steuernsindraub21.xyz'; const ndk = new NDK({ explicitRelayUrls: [