Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Dec 19, 2024
1 parent d26a599 commit ce440f8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions packages/config/src/mrl-configs/moonbeam.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
import { BalanceBuilder, MrlBuilder } from '@moonbeam-network/xcm-builder';
import {
dai,
glmr,
peaq,
usdc,
usdcwh,
usdt,
usdtwh,
wbtc,
weth,
} from '../assets';
import { ethereum, hydration, moonbeam, peaqChain } from '../chains';
import { glmr, peaq } from '../assets';
import { ethereum, moonbeam } from '../chains';
import { MrlChainRoutes } from '../types/MrlChainRoutes';

export const moonbeamRoutes = new MrlChainRoutes({
Expand Down

0 comments on commit ce440f8

Please sign in to comment.