Skip to content

Commit

Permalink
Add any type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex99y committed Dec 13, 2024
1 parent 35d1beb commit 04ab2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ENV: Env = {
rpcs: MAINNET_RPCS,
routes: [
...DEFAULT_ROUTES,
MayanRouteWH,
MayanRouteWH as any, // FIXME: Remove this any and fix wh connect type issues
MayanRouteMCTP,
MayanRouteSWIFT,
...nttRoutes({
Expand Down

0 comments on commit 04ab2ac

Please sign in to comment.