From 6709e9c323c3c87672e01196a123d7dc638a1039 Mon Sep 17 00:00:00 2001 From: Spencer Graham Date: Thu, 16 May 2024 16:08:08 -0500 Subject: [PATCH 1/2] Update funding.json fix json formatting to what optimism expects --- funding.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/funding.json b/funding.json index 4997edd..138d863 100644 --- a/funding.json +++ b/funding.json @@ -1,3 +1,5 @@ -"opRetro": { +{ + "opRetro": { "projectId": "0x14c4932cb89f3c5ca4bb4b7e08f8ce1aa3be3ab6ff3983e13f305ebff55bd0a3" + } } From b0b7948ed0a9ffae8a1f6edca073de152bfc2645 Mon Sep 17 00:00:00 2001 From: Spencer Graham Date: Thu, 16 May 2024 16:08:41 -0500 Subject: [PATCH 2/2] fmt --- funding.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funding.json b/funding.json index 138d863..8ebaddb 100644 --- a/funding.json +++ b/funding.json @@ -1,5 +1,5 @@ { "opRetro": { - "projectId": "0x14c4932cb89f3c5ca4bb4b7e08f8ce1aa3be3ab6ff3983e13f305ebff55bd0a3" + "projectId": "0x14c4932cb89f3c5ca4bb4b7e08f8ce1aa3be3ab6ff3983e13f305ebff55bd0a3" } }