feat: update production relayUrl in nostrZap.js

This commit is contained in:
fsociety
2024-10-01 14:38:34 +02:00
parent fb2c315c10
commit e0bb99fc4f

View File

@@ -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: [