From 204d860c988acbb5cf20840e75f12cb9527da26f Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Tue, 14 Jan 2025 12:26:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=F0=9F=90=9B=20Fix=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/profile/src/hooks/arcade.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/profile/src/hooks/arcade.ts b/packages/profile/src/hooks/arcade.ts index c5fd37626..12c8f9b54 100644 --- a/packages/profile/src/hooks/arcade.ts +++ b/packages/profile/src/hooks/arcade.ts @@ -6,7 +6,7 @@ import { ArcadeContext } from "../components/context/arcade"; * Must be used within a ArcadeProvider component. * * @returns An object containing: - * - client: The Arcade client instance + * - chainId: The chain id * - provider: The Arcade provider instance * - pins: The pins for the current player * - games: The games for the current player