Skip to content

Commit

Permalink
feat: disable some element chains
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Mar 14, 2024
1 parent 9c3f72f commit 211926e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export class Element {
switch (config.chainId) {
// case 1:
// return "eth";
// case 10:
// return "optimism";
case 10:
return "optimism";
case 56:
return "bsc";
// case 137:
Expand Down

0 comments on commit 211926e

Please sign in to comment.