Skip to content

Commit bee6a9c

Browse files
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 <noreply@anthropic.com>
1 parent 63abd33 commit bee6a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func init() {
216216
Cfg.AudiusdChainID = core_config.ProdAcdcChainID
217217
Cfg.AudiusdEntityManagerAddress = core_config.ProdAcdcAddress
218218
Cfg.AudiusAppUrl = "https://audius.co"
219-
Cfg.RewardCodeAuthorizedKeys = []string{"4oGhuh6MkypUTnwUzKbtnUwFzjfaMWAgKYudchPfbYu8", "Du1sGwqC5yJFeoKJ73m3DrFLaRnc7rHM7g1z3Xe8jy8d", "4mzunYiiFSRGGc5iS3SVQQNdek6JiCyvkFALwoWu2xhP"}
219+
Cfg.RewardCodeAuthorizedKeys = []string{"4oGhuh6MkypUTnwUzKbtnUwFzjfaMWAgKYudchPfbYu8", "Du1sGwqC5yJFeoKJ73m3DrFLaRnc7rHM7g1z3Xe8jy8d", "4mzunYiiFSRGGc5iS3SVQQNdek6JiCyvkFALwoWu2xhP", "9WXR4YNXhG5PYfp4bD1uzFw1TNgrX2yKid5T1mcssKyF"}
220220
Cfg.VerifierAddress = "0xbeef8E42e8B5964fDD2b7ca8efA0d9aef38AA996"
221221
Cfg.ArtistCoinRewardsStaticSenders = []Node{
222222
{

0 commit comments

Comments
 (0)