Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
timoshisa committed Dec 25, 2023
1 parent 3abdfc4 commit 4b10cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useWeb3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Web3Provider: FC<PropsWithChildren<Web3ProviderProps>> = ({
metadata,
chains: [defaultChain!],
optionalChains: Object.keys(urls).map(x => Number(x)),
showQrModal: true,
showQrModal: false,
rpcMap: urls as any,
});
await provider.enable();
Expand Down

0 comments on commit 4b10cae

Please sign in to comment.