From d5fa4d1c5e9024983836546cd8b75996fdbc8e54 Mon Sep 17 00:00:00 2001
From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com>
Date: Wed, 6 Nov 2024 20:10:13 +0530
Subject: [PATCH] update timestamps
---
src/components/Footer/Footer.jsx | 4 +--
.../LatestTransactions/LatestTransactions.jsx | 22 +++++++++++++++-
src/pages/MainNet.jsx | 22 +++++++++++++++-
src/pages/MainNetIdOverview.jsx | 22 +++++++++++++++-
src/pages/SubnetIdOverview.jsx | 22 +++++++++++++++-
src/pages/Transaction/TransactionDetails.jsx | 26 +++++++++++++++++--
6 files changed, 110 insertions(+), 8 deletions(-)
diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx
index 3941073..05b3eba 100644
--- a/src/components/Footer/Footer.jsx
+++ b/src/components/Footer/Footer.jsx
@@ -4,9 +4,9 @@ import React from 'react'
const Footer = () => {
const { colorMode } = useColorMode();
return (
-
+
- All timestamps are shown in UTC+00:00
+ All timestamps are shown in UTC+00:00
)
diff --git a/src/components/LatestTransactions/LatestTransactions.jsx b/src/components/LatestTransactions/LatestTransactions.jsx
index 1e5b804..05d0203 100644
--- a/src/components/LatestTransactions/LatestTransactions.jsx
+++ b/src/components/LatestTransactions/LatestTransactions.jsx
@@ -527,7 +527,27 @@ const LatestTransactions = () => {
)}
-
+
+
+
+
+
+
{
)}
-
+
+
+
+
+
+
{
{transaction.contract}
-
+
+
+
+
+
+
{
)}
-
+
+
+
+
+
+
{
)}
{data?.data?.timestamp && (
-
+
+
+
+
+
+
Timestamp
{formatUTCToDDMMYYHHMMSS(data?.data?.timestamp)}