Skip to content

Commit 8d70a40

Browse files
committedFeb 26, 2025
Remove a hacky shortcut for Mayan routes
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
1 parent ace4f80 commit 8d70a40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎wormhole-connect/src/hooks/useFetchSupportedRoutes.ts

-6
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ const useFetchSupportedRoutes = (): HookReturn => {
7777
);
7878
}
7979

80-
// HAX
81-
// TODO token refactor
82-
if (route.rc.name.includes('Mayan')) {
83-
supported = true;
84-
}
85-
8680
if (supported) {
8781
_routes.push(name);
8882
}

0 commit comments

Comments
 (0)