We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c80ef commit 46fd6ceCopy full SHA for 46fd6ce
wormhole-connect/src/hooks/useFetchSupportedRoutes.ts
@@ -81,7 +81,7 @@ const useFetchSupportedRoutes = (): HookReturn => {
81
// TODO token refactor
82
if (
83
route.rc.name.includes('Mayan') &&
84
- route.rc.name !== 'MayanSwapSHUTTLE'
+ route.rc.name !== 'MayanRouteSHUTTLE'
85
) {
86
supported = true;
87
}
0 commit comments