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 35ebf44 commit 2d362d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@ 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', {
mode: 'cors',
wallet: wallet,
});
const providerId = response.data.providerId;
Expand Down

0 comments on commit 2d362d5

Please sign in to comment.