+
+
+
+
+ {name}
+
wants to {intention ? intention : "connect"}
+
+
+
+
+
+ {validation === "VALID" ? : null}
+
+ {url}
+
+
+
+ {currentRequestVerifyContext?.verified.isScam ? (
+
+
+
+
+ Potential threat
+
+
+
+ ) : validation === "UNKNOWN" ? (
+
+ ) : validation === "INVALID" ? (
+
+ ) : null}
+
+ );
+}
diff --git a/apps/web/src/components/WalletConnect/RequestDataCard.tsx b/apps/web/src/components/WalletConnect/RequestDataCard.tsx
new file mode 100644
index 0000000000..35783e110a
--- /dev/null
+++ b/apps/web/src/components/WalletConnect/RequestDataCard.tsx
@@ -0,0 +1,22 @@
+import { Code } from "@chakra-ui/react";
+
+/**
+ * Types
+ */
+interface IProps {
+ data: Record