Skip to content

Commit

Permalink
Merge pull request #110 from lidofinance/fix_add_network
Browse files Browse the repository at this point in the history
fix: fixed addNetwork() MetaMask function
  • Loading branch information
itaven authored Dec 11, 2023
2 parents ae36f8a + 113b0fe commit fa4ff53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallets/src/metamask/metamask.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class MetamaskPage implements WalletPage {
blockExplorer,
);
await this.page.click('text=Save');
await this.page.click('text=Switch to ');
await this.navigate();
});
}
Expand Down

0 comments on commit fa4ff53

Please sign in to comment.