Skip to content

Commit

Permalink
Updated dapp name in wallet connection modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantwasthere committed May 27, 2024
1 parent 3390d6a commit 2bfd677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Navbar() {
const address = useAtom(addressAtom)[0];

const connectWallet = async () => {
const { wallet } = await connect();
const { wallet } = await connect({ dappName: 'STRKFarm' });

if (wallet && wallet.isConnected) {
setAddress(wallet.selectedAddress);
Expand Down

0 comments on commit 2bfd677

Please sign in to comment.