Skip to content

Commit

Permalink
nit: naming change
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Jan 10, 2025
1 parent 4d2880e commit 0a872bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/extern-configs/hyper-liquid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CHAIN_IDs } from "@across-protocol/constants";
import { ExternalProjectConfig } from "../types";

export default {
name: "Hyper Liquid",
name: "Hyperliquid",
projectId: "hyper-liquid",
explorer: "https://arbiscan.io",
logoPath: "./assets/logo.svg",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/chains/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ export const zora = {
};

export const hyperLiquid = {
name: "Hyper Liquid",
fullName: "Hyper liquid",
name: "Hyperliquid",
fullName: "Hyperliquid",
projectId: "hyper-liquid",
logoURI: hyperLiquidLogo,
grayscaleLogoURI: hyperLiquidGrayscaleLogo,
Expand Down

0 comments on commit 0a872bd

Please sign in to comment.