Skip to content

Conversation

@ClemensLey
Copy link
Contributor

No description provided.

@ClemensLey ClemensLey changed the title Chess game contracts Chess Game Dec 22, 2024
setWinnerData({ winnerPubKey: winnerPubKey, userPubKey: computer.getPublicKey() })
Modal.showModal('winner-modal')
}
Modal.showModal("winner-modal")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter is using double quotes, we should double check the config.

const cc = await fetchChessContract()
setSans(cc.sans)
const chessContract = await fetchChessContract()
// setSans(chessContract.sans)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a commented line here.

export { API_BASE_URL, VITE_CHESS_GAME_MOD_SPEC }


// const { VITE_CHESS_GAME_MOD_SPEC, API_BASE_URL } = import.meta.env
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have commented variables, maybe can be removed

@jonty007 jonty007 merged commit 8242157 into main Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants