From 8d2057fc1601d677066b7c4f5f821ba7bbd62f9f Mon Sep 17 00:00:00 2001 From: Dylan Jeffers Date: Fri, 22 May 2026 14:20:55 -0700 Subject: [PATCH] chore(rewards): swap tikilabs for rickyrombo in prod static senders Co-Authored-By: Claude Opus 4.7 (1M context) --- config/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config.go b/config/config.go index 0263beaf..b44f3748 100644 --- a/config/config.go +++ b/config/config.go @@ -226,11 +226,6 @@ func init() { Endpoint: "https://creatornode.audius.co", Owner: "0xe5b256d302ea2f4e04B8F3bfD8695aDe147aB68d", }, - { - DelegateWallet: "0x159200F84c2cF000b3A014cD4D8244500CCc36ca", - Endpoint: "https://audius-cn1.tikilabs.com", - Owner: "0xe4882D9A38A2A1fc652996719AF0fb15CB968d0a", - }, { DelegateWallet: "0x627d23D17a3eAaDB1D3823e73Ab80D474023Acab", Endpoint: "https://audius.bragi.cc", @@ -241,6 +236,11 @@ func init() { Endpoint: "https://v.monophonic.digital", Owner: "0x6470Daf3bd32f5014512bCdF0D02232f5640a5BD", }, + { + DelegateWallet: "0xae5d0507b6653589a03ae5becb35eb0c160e7131", + Endpoint: "https://audius.rickyrombo.com", + Owner: "0x923EC9976bfEcFd0E8b7fEeaC9115F740f8ddB00", + }, } default: log.Fatalf("Unknown environment: %s", env)