diff --git a/components/forms/CreateTxForm/index.tsx b/components/forms/CreateTxForm/index.tsx index 9f87f02..2ce1aaf 100644 --- a/components/forms/CreateTxForm/index.tsx +++ b/components/forms/CreateTxForm/index.tsx @@ -1,6 +1,9 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; +import { getMsgRegistry } from "@/lib/msg"; export default function CreateTxForm() { + console.log({ msgRegistry: getMsgRegistry() }); + return (