Skip to content

Commit

Permalink
(registry) chore: change network name for mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Jan 6, 2025
1 parent f5d8285 commit 9f9d75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/autonolas-registry/common-util/Login/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const EVM_SUPPORTED_CHAINS = SUPPORTED_CHAINS.map((chain) => {
if (name === 'OP Mainnet') return 'optimism';
if (name === 'OP Sepolia') return 'optimism-sepolia';
if (name === 'Alfajores') return 'celo-alfajores';
if (name === 'Mode Mainnet') return 'mode';
return kebabCase(name);
};

Expand Down

0 comments on commit 9f9d75d

Please sign in to comment.