Skip to content

Commit

Permalink
chore: sets bifrost wallet link
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Oct 14, 2024
1 parent cc3de20 commit ded7f4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions advanced/dapps/react-dapp-v2/src/contexts/ClientContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ const web3Modal = new Web3Modal({
projectId: DEFAULT_PROJECT_ID,
themeMode: "light",
walletConnectVersion: 2,
mobileWallets: [
{
id: "bifrost",
name: "Bifrost Wallet",
links: {
native: "bifrostwallet://",
universal: "https://bifrostwallet.com",
},
},
],
});

/**
Expand Down

0 comments on commit ded7f4d

Please sign in to comment.