-
Notifications
You must be signed in to change notification settings - Fork 31
Chess Game #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chess Game #304
Conversation
…puter/monorepo into chess-game-contracts
| setWinnerData({ winnerPubKey: winnerPubKey, userPubKey: computer.getPublicKey() }) | ||
| Modal.showModal('winner-modal') | ||
| } | ||
| Modal.showModal("winner-modal") |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
No description provided.