diff --git a/packages/components/user/modals/EditProfileModal.tsx b/packages/components/user/modals/EditProfileModal.tsx index 19c24d7a0..8c838d8bc 100644 --- a/packages/components/user/modals/EditProfileModal.tsx +++ b/packages/components/user/modals/EditProfileModal.tsx @@ -255,9 +255,7 @@ export const EditProfileModal: React.FC = ({ } // FIXME: how to estimate gasWanted ? - await adenaDoContract(network.id, msgs, { - gasWanted: 3_000_000, - }); + await adenaDoContract(network.id, msgs); onClose();