From da3face5281193ed47804d8b14986bc5b75b94ae Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Mon, 20 Jan 2025 19:38:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Trigger=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/context/connection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/context/connection.tsx b/client/src/context/connection.tsx index 99eb062..c9c48e8 100644 --- a/client/src/context/connection.tsx +++ b/client/src/context/connection.tsx @@ -15,7 +15,7 @@ import { import { Call, constants, getChecksumAddress, RpcProvider } from "starknet"; import { useNavigate, useSearchParams } from "react-router-dom"; -type ConnectionContextType = { +export type ConnectionContextType = { origin: string; parent: ParentMethods; provider: RpcProvider;