Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Jul 30, 2024
1 parent b664098 commit 35ebf44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ const ConnectOverlay: React.FC<Props> = ({
window.localStorage.removeItem('walletconnect');
window.localStorage.removeItem('WALLETCONNECT_DEEPLINK_CHOICE');

console.log('Connecting Wallet...');
console.log('Bridge URL: ', BRIDGE_URL);

const response = await axios.post(BRIDGE_URL + '/init-provider', {
wallet: wallet,
});
Expand Down

0 comments on commit 35ebf44

Please sign in to comment.