From bbe43c5f626b03dce7d00e8d6db32e53b2398788 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Fri, 30 Aug 2024 22:36:28 +1000 Subject: [PATCH] chore: add funding.json (#5581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This adds a FUNDING.json file to the main repo. This is required for various projects, however the immediate case is for registering for an optimism retropgf grant. --------- Co-authored-by: João Oliveira --- FUNDING.json | 5 +++++ funding.json | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 FUNDING.json delete mode 100644 funding.json diff --git a/FUNDING.json b/FUNDING.json new file mode 100644 index 00000000000..cce3fb3fe4c --- /dev/null +++ b/FUNDING.json @@ -0,0 +1,5 @@ +{ + "opRetro": { + "projectId": "0xdf1bb03d08808e2d789f5eac8462bdc560f1bb5b0877f0cf8c66ab53a0bc2f5c" + } +} diff --git a/funding.json b/funding.json deleted file mode 100644 index bcf7fc2783d..00000000000 --- a/funding.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "opRetro": { - "projectId": "0x966804cb492e1a4bde5d781a676a44a23d69aa5dd2562fa7a4f95bb606021c8b" - } -}