From 2857854c87e18a279f1849fb7207c2be06db7ce4 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:32:07 +0200 Subject: [PATCH] Print msgRegistry on new form --- components/forms/CreateTxForm/index.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 (