Generate new credentials from wallet and register on chain
-
diff --git a/src/app/home/components/Waku.tsx b/src/app/home/components/Waku.tsx
index 1e17218..89023dc 100644
--- a/src/app/home/components/Waku.tsx
+++ b/src/app/home/components/Waku.tsx
@@ -2,7 +2,9 @@ import React from "react";
import { Block } from "@/components/Block";
import { Subtitle } from "@/components/Subtitle";
import { Button } from "@/components/Button";
+import { Status } from "@/components/Status";
import { MessageContent, useWaku } from "@/hooks";
+import { CONTENT_TOPIC } from "@/constants";
export const Waku: React.FunctionComponent<{}> = () => {
const { onSend, messages } = useWaku();
@@ -20,9 +22,12 @@ export const Waku: React.FunctionComponent<{}> = () => {
return (