We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a469a commit bd05833Copy full SHA for bd05833
packages/walletkit/src/components/WalletSelectorModal/WalletStepSelect/index.tsx
@@ -86,7 +86,7 @@ export const WalletStepSelect: React.FC<Props> = ({
86
}: Props) => {
87
const [showUninstalled, setShowUninstalled] = useState<boolean>(false);
88
const [providerInfo, setProviderInfo] = useState<readonly ProviderInfo[]>(
89
- getWalletProviders()
+ getWalletProviders(debugMode)
90
);
91
92
useEffect(() => {
0 commit comments