Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
upd players message to max gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ereburg committed Sep 7, 2023
1 parent 018561d commit a45bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/Game/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function usePlayerMoveMessage() {

return useSendMessage(ADDRESS.CONTRACT, meta, {
disableAlerts: true,
// isMaxGasLimit: true
isMaxGasLimit: true
});
}

Expand Down

0 comments on commit a45bc93

Please sign in to comment.