From 4f4081fee6268d2963880cbcff80ba5eedb020d2 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 24 Jul 2024 10:00:53 +0200 Subject: [PATCH] feat(finances): add XMR donations entry to finance records Included a new entry for XMR donations under the finance records to track cryptocurrency contributions. This addition ensures transparency and completeness in financial reporting. --- data/finances.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/finances.json b/data/finances.json index 2af3cf6..ae29574 100644 --- a/data/finances.json +++ b/data/finances.json @@ -41,6 +41,9 @@ "Membership Fees": { "EUR": 402.42 }, + "Donations": { + "XMR": 1.0 + }, "Server Costs": { "EUR": -225.7 }