From 928c2b916ba76a51a5a2f498064fca3fbd070e0e Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Mon, 18 May 2026 16:06:57 -0700 Subject: [PATCH] chore(rewards): remove Phantom-Ledger debug wallet from prod allowlist Drops 9WXR4YNXhG5PYfp4bD1uzFw1TNgrX2yKid5T1mcssKyF from RewardCodeAuthorizedKeys. It was added in #821 only to reproduce the Phantom+Ledger signMessage flow against the prod API while debugging; now that the transaction-based auth path is live and the real partner wallets are sufficient, the test wallet is no longer needed. Co-Authored-By: Claude Opus 4.7 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 710e8faa..4a4a1787 100644 --- a/config/config.go +++ b/config/config.go @@ -216,7 +216,7 @@ func init() { Cfg.AudiusdChainID = core_config.ProdAcdcChainID Cfg.AudiusdEntityManagerAddress = core_config.ProdAcdcAddress Cfg.AudiusAppUrl = "https://audius.co" - Cfg.RewardCodeAuthorizedKeys = []string{"4oGhuh6MkypUTnwUzKbtnUwFzjfaMWAgKYudchPfbYu8", "Du1sGwqC5yJFeoKJ73m3DrFLaRnc7rHM7g1z3Xe8jy8d", "4mzunYiiFSRGGc5iS3SVQQNdek6JiCyvkFALwoWu2xhP", "9WXR4YNXhG5PYfp4bD1uzFw1TNgrX2yKid5T1mcssKyF"} + Cfg.RewardCodeAuthorizedKeys = []string{"4oGhuh6MkypUTnwUzKbtnUwFzjfaMWAgKYudchPfbYu8", "Du1sGwqC5yJFeoKJ73m3DrFLaRnc7rHM7g1z3Xe8jy8d", "4mzunYiiFSRGGc5iS3SVQQNdek6JiCyvkFALwoWu2xhP"} Cfg.VerifierAddress = "0xbeef8E42e8B5964fDD2b7ca8efA0d9aef38AA996" Cfg.ArtistCoinRewardsStaticSenders = []Node{ {