Skip to content

Commit 94100cf

Browse files
dylanjeffersclaude
andauthored
chore(rewards): swap tikilabs for rickyrombo in prod static senders (#850)
## Summary - Add `https://audius.rickyrombo.com` to `ArtistCoinRewardsStaticSenders` (prod). - Remove `https://audius-cn1.tikilabs.com` from the same list. ## Test plan - [ ] Confirm rickyrombo node's reported delegate wallet matches `0xae5d0507b6653589a03ae5becb35eb0c160e7131` (taken from its `/health_check`). - [ ] Confirm `0x923EC9976bfEcFd0E8b7fEeaC9115F740f8ddB00` is the correct owner/staking address for rickyrombo. - [ ] Verify the tikilabs removal is intentional and not needed for any in-flight reward attestations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b4ce322 commit 94100cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config/config.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,6 @@ func init() {
226226
Endpoint: "https://creatornode.audius.co",
227227
Owner: "0xe5b256d302ea2f4e04B8F3bfD8695aDe147aB68d",
228228
},
229-
{
230-
DelegateWallet: "0x159200F84c2cF000b3A014cD4D8244500CCc36ca",
231-
Endpoint: "https://audius-cn1.tikilabs.com",
232-
Owner: "0xe4882D9A38A2A1fc652996719AF0fb15CB968d0a",
233-
},
234229
{
235230
DelegateWallet: "0x627d23D17a3eAaDB1D3823e73Ab80D474023Acab",
236231
Endpoint: "https://audius.bragi.cc",
@@ -241,6 +236,11 @@ func init() {
241236
Endpoint: "https://v.monophonic.digital",
242237
Owner: "0x6470Daf3bd32f5014512bCdF0D02232f5640a5BD",
243238
},
239+
{
240+
DelegateWallet: "0xae5d0507b6653589a03ae5becb35eb0c160e7131",
241+
Endpoint: "https://audius.rickyrombo.com",
242+
Owner: "0x923EC9976bfEcFd0E8b7fEeaC9115F740f8ddB00",
243+
},
244244
}
245245
default:
246246
log.Fatalf("Unknown environment: %s", env)

0 commit comments

Comments
 (0)