+
+
+
+
+
+
Verify Assets
+
+
+
+ {isInitialLoading
+ ? "-- / --"
+ : `${Object.keys(verifiedSets).length}/${ECOSYSTEM_SETS.length}`}{" "}
+ Verified
+
+
+
+
+ Unlock exclusive badges by verifying your activity.
+
+
+
+
+
+ {ECOSYSTEM_SETS.map((set) => {
+ const isVerified = !!verifiedSets[set.id]
+ const isVerifying = manualLoadingId === set.id
+ const isFailed = !!failedSets[set.id]
+
+ return (
+
+
+ {isInitialLoading ? (
+
+ ) : (
+ <>
+
+
+

+
+ {isVerified && (
+
+
+
+ )}
+ {isFailed && (
+
+
+
+ )}
+
+
+
+ {set.name}
+
+
+
+ >
+ )}
+
+
+ )
+ })}
+
+
+
+ {canScrollPrev && (
+
+ )}
+
+ {canScrollNext && (
+
+ )}
+
+
+ )
+}
diff --git a/src/components/dashboard/LeaderboardTable.tsx b/src/components/dashboard/LeaderboardTable.tsx
index 0f242f8..421f711 100644
--- a/src/components/dashboard/LeaderboardTable.tsx
+++ b/src/components/dashboard/LeaderboardTable.tsx
@@ -279,9 +279,7 @@ export const LeaderboardTable = ({
Vol (ETH)
@@ -292,7 +290,6 @@ export const LeaderboardTable = ({
{totalVol ? formatVolumeDisplay(totalVol) : "---"}
-
@@ -658,8 +655,7 @@ export const LeaderboardTable = ({
{/* The Sub Metric: ETH Value + Price Reference */}