From 7bb3b75a3a145c9e79908c242d3a5403e2357676 Mon Sep 17 00:00:00 2001 From: holke <103380539+holkexyz@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:55:00 +0100 Subject: [PATCH] Create FUNDING.json for Drips Drips uses this file to verify the wallet addresses connected to the repo --- FUNDING.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FUNDING.json diff --git a/FUNDING.json b/FUNDING.json new file mode 100644 index 0000000..aab01e4 --- /dev/null +++ b/FUNDING.json @@ -0,0 +1,10 @@ +{ + "drips": { + "ethereum": { + "ownedBy": "0x627D54B88b519A2915B6A5A76fA9530FD085cE26" + }, + "filecoin": { + "ownedBy": "0x627D54B88b519A2915B6A5A76fA9530FD085cE26" + } + } +}