mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
feat: update production relayUrl in nostrZap.js
This commit is contained in:
@@ -8,7 +8,7 @@ export default (livewireComponent) => ({
|
|||||||
invoice: livewireComponent.entangle('invoice', true),
|
invoice: livewireComponent.entangle('invoice', true),
|
||||||
|
|
||||||
async zap(message, sender, amountToPay, env) {
|
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({
|
const ndk = new NDK({
|
||||||
explicitRelayUrls: [
|
explicitRelayUrls: [
|
||||||
|
|||||||
Reference in New Issue
Block a user