Skip to content

Commit

Permalink
fix: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jake4take committed Dec 4, 2024
1 parent a7f89e9 commit fe8a626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/wallets/src/metamask/services/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function isNetworkPopular(networkName: string) {
'Polygon Mainnet',
'Base Mainnet',
'Binance Smart Chain',
'Linea Mainnet',
'Linea',
];

return MMPopularNetworks.includes(networkName);
Expand Down
2 changes: 0 additions & 2 deletions packages/wallets/src/okx/services/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { BrowserContext } from '@playwright/test';

export async function checkNetworkName(networkName: string) {
switch (networkName) {
case 'Linea Mainnet':
return 'Linea';
case 'zkSync Era Mainnet':
return 'zkSync Era';
case 'OP Mainnet':
Expand Down

0 comments on commit fe8a626

Please sign in to comment.