Skip to content

Commit b327695

Browse files
authored
support more wallets (#62)
1 parent 2da6879 commit b327695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const BitteWalletSetup = {
1515

1616
createRoot(document.getElementById("root")!).render(
1717
<StrictMode>
18-
<BitteWalletContextProvider {...BitteWalletSetup} onlyBitteWallet={true}>
18+
<BitteWalletContextProvider {...BitteWalletSetup}>
1919
<ContextProvider>
2020
<App />
2121
</ContextProvider>

0 commit comments

Comments
 (0)