From 375363d5cc156e52457c8cc5857cdee741943b14 Mon Sep 17 00:00:00 2001 From: devops-pi Date: Mon, 13 Jul 2026 10:35:52 -0700 Subject: [PATCH] Update Nostr relay URL to nostr.fullstackcash.net --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index bef8bc9..5955fe8 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ # These are automatically loaded when running 'npm run build' REACT_APP_DEX_SERVER=https://dex-api.fullstack.cash -REACT_APP_NOSTR_REST_API_URL=https://nostr-relay-api.psfoundation.info \ No newline at end of file +REACT_APP_NOSTR_REST_API_URL=https://nostr.fullstackcash.net \ No newline at end of file