From fd60bd5e421d076a858dd8d02bf66e5135fd0a90 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:45:03 +0200 Subject: [PATCH] Remove unneded dep from useEffect --- .../forms/CreateTxForm/MsgForm/MsgInstantiateContract2Form.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/forms/CreateTxForm/MsgForm/MsgInstantiateContract2Form.tsx b/components/forms/CreateTxForm/MsgForm/MsgInstantiateContract2Form.tsx index 05fea76..b95d28e 100644 --- a/components/forms/CreateTxForm/MsgForm/MsgInstantiateContract2Form.tsx +++ b/components/forms/CreateTxForm/MsgForm/MsgInstantiateContract2Form.tsx @@ -133,7 +133,6 @@ const MsgInstantiateContract2Form = ({ chain.addressPrefix, chain.assets, chain.chainId, - chain.denom, codeId, customDenom, fixMsg,