Skip to content

Commit

Permalink
fix gen chain pretty name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Jul 2, 2024
1 parent a7718a4 commit 9f57f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/config/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function getChainList({
: chain.chain_id,
pretty_name: isOsmosis
? OSMOSIS_CHAIN_NAME_OVERWRITE ?? chain.pretty_name
: chain.chain_name,
: chain.pretty_name,
apis: {
rpc:
isOsmosis && OSMOSIS_RPC_OVERWRITE
Expand Down

0 comments on commit 9f57f84

Please sign in to comment.