Skip to content

Commit

Permalink
remove peaq routes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Dec 19, 2024
1 parent 11570f0 commit 58e31f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/config/src/mrl-configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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';

Expand All @@ -16,7 +15,6 @@ export const mrlRoutesList: MrlChainRoutes[] = [
moonbaseAlphaRoutes,
moonbaseBetaRoutes,
moonbeamRoutes,
peaqRoutes,
peaqAlphanetRoutes,
peaqEvmAlphanetRoutes,
];
Expand Down

0 comments on commit 58e31f3

Please sign in to comment.