Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Oct 3, 2024
1 parent ed44282 commit 6a40384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pay/components/PayProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function PayProvider({
}: PayProviderReact) {
// Core hooks
const { address, chainId, isConnected } = useAccount();
const { connectAsync, connectors } = useConnect();
const { connectAsync } = useConnect();
const { switchChainAsync } = useSwitchChain();
const [chargeId, setChargeId] = useState('');
const [transactionId, setTransactionId] = useState('');
Expand Down

0 comments on commit 6a40384

Please sign in to comment.