From 64d437061d2aa5cf844a6c10468e9f49a8e7c64f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 5 Nov 2023 11:31:11 +0100 Subject: [PATCH] Create FUNDING.json for Drips It seems this file is necessary to proof ownership, even though I would have hoped to reuse the existing `.github/FUNDING.yml`, which would perfectly support the data stored here. --- FUNDING.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FUNDING.json diff --git a/FUNDING.json b/FUNDING.json new file mode 100644 index 00000000000..bf3faa6628b --- /dev/null +++ b/FUNDING.json @@ -0,0 +1,7 @@ +{ + "drips": { + "ethereum": { + "ownedBy": "0xD0d4dCFc194ec24bCc777e635289e0b10E1a7b87" + } + } +}