From 9c0eae223714e91f9c4032fc295f8a9f81db00d1 Mon Sep 17 00:00:00 2001 From: Ray Jacobson Date: Fri, 26 Jun 2026 10:17:31 -0700 Subject: [PATCH] Update upload nodes --- config/nodes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nodes.go b/config/nodes.go index 61b147f3..efce31eb 100644 --- a/config/nodes.go +++ b/config/nodes.go @@ -20,6 +20,7 @@ type Node struct { var ( ProdUploadNodes = []string{ "https://creatornode.audius.co", + "https://v.monophonic.digital", } StageUploadNodes = []string{ "https://creatornode6.staging.audius.co",