From 00588a543a135f71ee7053b5315fdbb7c6e492f4 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 23 Nov 2024 00:24:17 +1100 Subject: [PATCH] chore: update FUNDING.json I've added addresses to receive Drips donations. This is required for FIL-RetroPGF-2 in the coming days, we should get this into `master` ASAP. This is a dedicated address controlled by Sigma Prime (including @AgeManning and myself). Pull-Request: #5685. --- FUNDING.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/FUNDING.json b/FUNDING.json index cce3fb3fe4c..d707bcb2f8c 100644 --- a/FUNDING.json +++ b/FUNDING.json @@ -1,5 +1,13 @@ { - "opRetro": { - "projectId": "0xdf1bb03d08808e2d789f5eac8462bdc560f1bb5b0877f0cf8c66ab53a0bc2f5c" - } + "drips": { + "ethereum": { + "ownedBy": "0x79c49637182Ea32734f7e8445a3649c22ff348f2" + }, + "filecoin": { + "ownedBy": "0x79c49637182Ea32734f7e8445a3649c22ff348f2" + } + }, + "opRetro": { + "projectId": "0xdf1bb03d08808e2d789f5eac8462bdc560f1bb5b0877f0cf8c66ab53a0bc2f5c" + } }