Skip to content

Commit

Permalink
Add Name Normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatAxios committed Jun 11, 2024
1 parent f94f820 commit 88f27ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,8 @@ export function getChainDisplayName(normalizedChain: string, useNewChainNames: b
return "zkLink Nova"
case "bouncebit":
return "BounceBit"
case "europa":
return "SKALE Europa"
default:
return normalizedChain.slice(0, 1).toUpperCase() + normalizedChain.slice(1); // Capitalize first letter
}
Expand Down

0 comments on commit 88f27ba

Please sign in to comment.