From bee6a9cee8890cd321c4933ffb1f893766f39928 Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Mon, 18 May 2026 10:47:05 -0700 Subject: [PATCH] chore(rewards): authorize Phantom-Ledger test wallet for reward code creation Adds 9WXR4YNXhG5PYfp4bD1uzFw1TNgrX2yKid5T1mcssKyF to the prod RewardCodeAuthorizedKeys allowlist so it can sign POST /v1/rewards/code requests. Used to reproduce/debug the Phantom+Ledger signMessage behavior locally against the prod API. 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 4a4a1787..710e8faa 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"} + Cfg.RewardCodeAuthorizedKeys = []string{"4oGhuh6MkypUTnwUzKbtnUwFzjfaMWAgKYudchPfbYu8", "Du1sGwqC5yJFeoKJ73m3DrFLaRnc7rHM7g1z3Xe8jy8d", "4mzunYiiFSRGGc5iS3SVQQNdek6JiCyvkFALwoWu2xhP", "9WXR4YNXhG5PYfp4bD1uzFw1TNgrX2yKid5T1mcssKyF"} Cfg.VerifierAddress = "0xbeef8E42e8B5964fDD2b7ca8efA0d9aef38AA996" Cfg.ArtistCoinRewardsStaticSenders = []Node{ {