From 67fd8f452f41c1d36c9ed93ce0cf76d135eccddb Mon Sep 17 00:00:00 2001
From: 2xburnt <169301814+2xburnt@users.noreply.github.com>
Date: Mon, 28 Apr 2025 17:51:56 -0500
Subject: [PATCH] improve supply page
---
src/modules/[chain]/supply/index.vue | 100 +++++++++++++++++++--------
1 file changed, 72 insertions(+), 28 deletions(-)
diff --git a/src/modules/[chain]/supply/index.vue b/src/modules/[chain]/supply/index.vue
index 2216f0eb..85644f57 100644
--- a/src/modules/[chain]/supply/index.vue
+++ b/src/modules/[chain]/supply/index.vue
@@ -1,52 +1,96 @@
-
-
-
-
- | Token |
- Amount |
-
-
-
- | {{ item.denom }} |
- {{ item.amount }} |
-
-
-
-
+
+
+
+
+ | Logo |
+ Token |
+ Amount |
+ Info |
+ Base |
+
+
+
+
+
+ |
+ {{ item.denom }} |
+ {{ item.amount }} |
+ {{ item.info }} |
+ {{ item.base }} |
+
+
+
+