+
+ {!isMithrilLoading && !isMithrilRevalidating ? (
+ <>
+
+ {mithrilVerified ? (
+
+ Verified
+
+ ) : (
+
+
+ This transaction could not be verified on the
+ blockchain. It may be fraudulent, and the data
+ source could be compromised. For your safety,
+ please review this transaction carefully.
+
+
+ }
+ fontSize="sm"
+ hasArrow
+ placement="auto"
+ >
+
+ Untrusted
+
+
+ )}
+ >
+ ) : (
+ <>
+
+
+ Verifying
+
+ >
+ )}
+
+