Skip to content

Commit

Permalink
fix: gas estimation when update gno profile (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
hthieu1110 authored Oct 3, 2024
1 parent 4025143 commit b1a9688
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/user/modals/EditProfileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ export const EditProfileModal: React.FC<EditProfileModalProps> = ({
}

// FIXME: how to estimate gasWanted ?
await adenaDoContract(network.id, msgs, {
gasWanted: 3_000_000,
});
await adenaDoContract(network.id, msgs);

onClose();

Expand Down

0 comments on commit b1a9688

Please sign in to comment.