From e1f456fa4bc2f5750eeb27711a3239be6ee28ba5 Mon Sep 17 00:00:00 2001 From: "Nwele Uchenna (developeruche)" Date: Sun, 18 Feb 2024 13:40:45 +0100 Subject: [PATCH 1/2] mod: added started template contribution --- contributions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributions.json b/contributions.json index ef3cfc2..4ea719c 100644 --- a/contributions.json +++ b/contributions.json @@ -18,5 +18,10 @@ "contribution-title": "Add multicall3 address for Scroll Sepolia to wagmi", "project-repo": "https://github.com/wagmi-dev/viem", "contributors": ["RexCloud"] + }, + { + "contribution-title": "Created a Started Template for Dapp development on Scroll", + "project-repo": "https://github.com/developeruche/scroll-starter", + "contributors": ["developeruche", "dicethedev"] } ] From 82e173273c3bd981da980c0b646d33f1f5659bd4 Mon Sep 17 00:00:00 2001 From: "Nwele Uchenna (developeruche)" Date: Tue, 12 Mar 2024 19:31:57 +0100 Subject: [PATCH 2/2] mod: new contriibution: Scroll SDK _> (Bridge SDK and SCROLL core SDK) --- contributions.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributions.json b/contributions.json index 4ea719c..b76fe82 100644 --- a/contributions.json +++ b/contributions.json @@ -23,5 +23,10 @@ "contribution-title": "Created a Started Template for Dapp development on Scroll", "project-repo": "https://github.com/developeruche/scroll-starter", "contributors": ["developeruche", "dicethedev"] + }, + { + "contribution-title": "Created a Software development kit (SDK) for Scroll, Bridging and Core utilities", + "project-repo": "https://github.com/developeruche/scroll-sdks", + "contributors": ["developeruche", "Adebara123", "LamsyA", "casweeney", "PhantomOz", "olahfemi", "Timilehin-bello"] } ]