Skip to content

Commit

Permalink
Update packages/bridge-ui/src/components/buttons/Connect.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <[email protected]>
  • Loading branch information
dantaik and dionysuzx authored Dec 29, 2022
1 parent db7a5bd commit 926fa71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bridge-ui/src/components/buttons/Connect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
async function connectWithConnector(connector: Connector) {
try {
const { chain } = await wagmiConnect({ connector });
await setSigner();
await changeChain(chain.id);
Expand Down

0 comments on commit 926fa71

Please sign in to comment.