Skip to content

Commit

Permalink
make individual-protocol Mayan routes available (wormhole-foundation#…
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Sep 18, 2024
1 parent f7dc4ba commit ff6b974
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion wormhole-connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ import TESTNET from './config/testnet';
// Routes
import { DEFAULT_ROUTES, nttRoutes } from './routes/operator';
import { routes } from '@wormhole-foundation/sdk';
import { MayanRoute } from '@mayanfinance/wormhole-sdk-route';
import {
MayanRoute,
MayanRouteWH,
MayanRouteMCTP,
MayanRouteSWIFT,
} from '@mayanfinance/wormhole-sdk-route';
import {
nttAutomaticRoute,
nttManualRoute,
Expand Down Expand Up @@ -53,4 +58,7 @@ export {
AutomaticCCTPRoute,
CCTPRoute,
MayanRoute,
MayanRouteWH,
MayanRouteMCTP,
MayanRouteSWIFT,
};

0 comments on commit ff6b974

Please sign in to comment.