Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/MarketSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const MARKET_ORDER_BY_TITLE: { [title: string]: number } = {
Arbitrum: 4,
Avalanche: 5,
Linea: 6,
'Horizon RWA': 7,
'Aave Horizon': 7,
Sonic: 8,
OP: 9,
Gnosis: 10,
Expand Down
2 changes: 1 addition & 1 deletion src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const marketsData: {
},
},
[CustomMarket.proto_horizon_v3]: {
marketTitle: 'Horizon RWA',
marketTitle: 'Aave Horizon',
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description still contains the generic template text (e.g., “Fixes XYZ bug / Adds XYZ feature”). Please update it to reflect the actual scope here (renaming “Horizon RWA” to “Aave Horizon”) so reviewers/release notes aren’t misled.

Copilot uses AI. Check for mistakes.
market: CustomMarket.proto_horizon_v3,
chainId: ChainId.mainnet,
v3: true,
Expand Down
Loading