Skip to content

Commit

Permalink
add routes to index file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Dec 19, 2024
1 parent ce440f8 commit ab5db81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/config/src/mrl-configs/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
import type { MrlChainRoutes } from '../types/MrlChainRoutes';
import { ethereumRoutes } from './ethereum';
import { fantomTestnetRoutes } from './fantomTestnet';
import { hydrationRoutes } from './hydration';
import { moonbaseAlphaRoutes } from './moonbaseAlpha';
import { moonbaseBetaRoutes } from './moonbaseBeta';
import { moonbeamRoutes } from './moonbeam';
import { peaqRoutes } from './peaq';
import { peaqAlphanetRoutes } from './peaqAlphanet';
import { peaqEvmAlphanetRoutes } from './peaqEvmAlphanet';

export const mrlRoutesList: MrlChainRoutes[] = [
ethereumRoutes,
hydrationRoutes,
fantomTestnetRoutes,
moonbaseAlphaRoutes,
moonbaseBetaRoutes,
moonbeamRoutes,
peaqRoutes,
peaqAlphanetRoutes,
peaqEvmAlphanetRoutes,
];
Expand Down

0 comments on commit ab5db81

Please sign in to comment.