Skip to content

Commit 0a0a345

Browse files
committed
chore: added updated case for ethereum tree
1 parent 90c9f04 commit 0a0a345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hooks/use-navigation-tree.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ export function useNavigationTree() {
6464
switch (lastEcosystem) {
6565
case "stellar":
6666
return stellarTree;
67+
case "ethereum":
68+
return ethereumEvmTree;
69+
default:
70+
return ethereumEvmTree;
6771
}
6872
}
6973
}

0 commit comments

Comments
 (0)