Skip to content

Commit

Permalink
🚀 Trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Jan 20, 2025
1 parent b2c2460 commit da3face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/context/connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da3face

Please sign in to comment.