Skip to content

Commit

Permalink
Merge pull request #190 from lidofinance/fix-mm-tx
Browse files Browse the repository at this point in the history
fix: set MM correct name
  • Loading branch information
itaven authored Oct 3, 2024
2 parents 99646d4 + 2172813 commit 0b6a6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wallets/src/metamask/metamask.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const METAMASK_COMMON_CONFIG: CommonWalletConfig = {
CONNECTED_WALLET_NAME: 'MetaMask',
RPC_URL_PATTERN: 'https://mainnet.infura.io/v3/**',
STORE_EXTENSION_ID: 'nkbihfbeogaeaoehlefnkodbefgpgknn',
CONNECT_BUTTON_NAME: 'Metamask',
CONNECT_BUTTON_NAME: 'MetaMask',
SIMPLE_CONNECT: false,
EXTENSION_START_PATH: '/home.html',
};
2 changes: 1 addition & 1 deletion packages/wallets/src/metamask/metamask.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class MetamaskPage implements WalletPage {

async setup() {
await test.step('Setup', async () => {
// added explicit route to #onboarding due to unexpected first time route from /home.html to /onboarding -> page is close
// added explicit route to #onboarding due to unexpected first time route from /home.html to /onboarding --> page is close
await this.navigate();
if (!(await this.header.networkListButton.isVisible())) {
await this.onboardingPage.firstTimeSetup();
Expand Down

0 comments on commit 0b6a6bc

Please sign in to comment.