From 443afde02c14cb04675e0f278df21fc928f5d909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Mon, 2 Sep 2024 11:48:53 +0200 Subject: [PATCH] fix: update requirements wording --- docs/badges.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/badges.md b/docs/badges.md index 9da7420..ffe8e71 100644 --- a/docs/badges.md +++ b/docs/badges.md @@ -142,6 +142,11 @@ There are three main badge types of badges: The badge contract has a **default token URI**, see [ScrollBadgeDefaultURI](../src/badge/extensions/ScrollBadgeDefaultURI.sol). + +
  • + + Your project is listed on [Scroll Ecosystem - Browse all protocols](https://scroll.io/ecosystem#protocols). (If not listed, apply [here](https://tally.so/r/waxLBW).) +
  • @@ -152,11 +157,6 @@ There are three main badge types of badges: The badge contract implements on-chain eligibility check, see [ScrollBadgeEligibilityCheck](../src/badge/extensions/ScrollBadgeEligibilityCheck.sol). - -
  • - - Your project is listed on [Scroll Ecosystem - Browse all protocols](https://scroll.io/ecosystem#protocols). (If not listed, apply [here](https://tally.so/r/waxLBW).) -
  • @@ -194,7 +194,7 @@ There are three main badge types of badges:
  • - All URLs mentioned above are configured for cross-origin access (CORS) on https://scroll.io. + All involved URLs, including those for the Check API, Claim API, and the badgeTokenURI returned by the contract, are configured for cross-origin access (CORS) on https://scroll.io.