Skip to content

Commit

Permalink
📝 Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Jan 15, 2025
1 parent b43dfb2 commit 3f1f2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/profile/src/hooks/arcade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { ArcadeContext } from "../components/context/arcade";
* @returns An object containing:
* - chainId: The chain id
* - provider: The Arcade provider instance
* - pins: The pins for the current player
* - games: The games for the current player
* - pins: All the existing pins
* - games: The registered games
* @throws {Error} If used outside of a ArcadeProvider context
*/
export const useArcade = () => {
Expand Down

0 comments on commit 3f1f2b2

Please sign in to comment.