Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Oct 30, 2024
1 parent 91f92e3 commit 77687bf
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,7 @@ function TicTacToeBoard() {
const data = await handleUserMove(gameId, position);
const { userOpIdentifier } = data;
await getCallsStatus(userOpIdentifier);
// const bundlerClient = createPimlicoBundlerClient({
// chain: baseSepolia,
// entryPoint: ENTRYPOINT_ADDRESS_V07,
// transport: http(getBundlerUrl(), {
// timeout: 300000,
// }),
// });

// await bundlerClient.waitForUserOperationReceipt({
// hash: userOpIdentifier,
// });

console.log("User move made successfully");
// After the user's move, read the updated board state
const updatedBoard = await getBoardState(gameId);
Expand Down

0 comments on commit 77687bf

Please sign in to comment.