From b801fbf23cde876942310b012411689f7084d639 Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Mon, 22 Jun 2026 10:53:50 -0700 Subject: [PATCH] chore(config): remove creatornode from STORE_ALL --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index 18f1ec20..750c27c7 100644 --- a/config/config.go +++ b/config/config.go @@ -252,7 +252,6 @@ func init() { "https://audius-content-13.cultur3stake.com", } Cfg.StoreAllNodes = []string{ - "https://creatornode.audius.co", "https://v.monophonic.digital", "https://audius.zeogrid.com", }