Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr2github committed Jun 26, 2024
1 parent 2f62198 commit ba8111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const useWallet = (): IUseWallet => {

const provider = useMemo(
() =>
['mumbai', 'polygon', 'zkSepolia'].includes(network)
['mumbai', 'polygon'].includes(network)
? aragonGateway.getRpcProvider(network)
: signer?.provider,
[network, signer?.provider]
Expand Down

0 comments on commit ba8111d

Please sign in to comment.