From ab0577413b399fec0cdf579a607a09467ba1aa03 Mon Sep 17 00:00:00 2001 From: Carlos Febres Date: Fri, 28 Jun 2024 18:26:44 +0000 Subject: [PATCH] add beam wallet to the recipient list --- worker/recipient_list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/worker/recipient_list.json b/worker/recipient_list.json index 6ff4c51..3e59843 100644 --- a/worker/recipient_list.json +++ b/worker/recipient_list.json @@ -18,6 +18,11 @@ "recipientAddress": "0x4447D4d650cE9E63E21D2AA799e8016dEBf1e272", "daysUntilExpires": 30, "requestsPerSecond": 10000 + }, + { + "recipientAddress": "0x4b271D43c38D91f3791E97f31942A22e124DF441", + "daysUntilExpires": 30, + "requestsPerSecond": 10000 } ]