Skip to content

Commit

Permalink
Connect/disconnect timer to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 1, 2023
1 parent f741f38 commit 58815b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/walletconnect/WcSessionMananger/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type WcSessionManagerProps = {
uri: string
}

const SESSION_INFO_TIMEOUT = 2000
const SESSION_INFO_TIMEOUT = 1000

const WcSessionManager = ({ sessions, uri }: WcSessionManagerProps) => {
const { safe, safeAddress } = useSafeInfo()
Expand Down

0 comments on commit 58815b3

Please sign in to comment.