@ -11,8 +11,6 @@ import { EnvironmentConfig } from '../src/config/environment.js';
import { getAncient8EthereumUSDCWarpConfig } from './environments/mainnet3/warp/configGetters/getAncient8EthereumUSDCWarpConfig.js' ;
import { getArbitrumNeutronEclipWarpConfig } from './environments/mainnet3/warp/configGetters/getArbitrumNeutronEclipWarpConfig.js' ;
import { getArbitrumNeutronTiaWarpConfig } from './environments/mainnet3/warp/configGetters/getArbitrumNeutronTiaWarpConfig.js' ;
import { getEthereumEclipseTETHWarpConfig } from './environments/mainnet3/warp/configGetters/getEthereumEclipseTETHWarpConfig.js' ;
import { getEthereumEclipseUSDCWarpConfig } from './environments/mainnet3/warp/configGetters/getEthereumEclipseUSDCWarpConfig.js' ;
import { getEthereumInevmUSDCWarpConfig } from './environments/mainnet3/warp/configGetters/getEthereumInevmUSDCWarpConfig.js' ;
import { getEthereumInevmUSDTWarpConfig } from './environments/mainnet3/warp/configGetters/getEthereumInevmUSDTWarpConfig.js' ;
import { getEthereumSeiFastUSDWarpConfig } from './environments/mainnet3/warp/configGetters/getEthereumSeiFastUSDWarpConfig.js' ;
@ -22,6 +20,7 @@ import { getEthereumVictionUSDTWarpConfig } from './environments/mainnet3/warp/c
import { getInevmInjectiveINJWarpConfig } from './environments/mainnet3/warp/configGetters/getInevmInjectiveINJWarpConfig.js' ;
import { getMantapacificNeutronTiaWarpConfig } from './environments/mainnet3/warp/configGetters/getMantapacificNeutronTiaWarpConfig.js' ;
import { getRenzoEZETHWarpConfig } from './environments/mainnet3/warp/configGetters/getRenzoEZETHWarpConfig.js' ;
import { getRenzoPZETHWarpConfig } from './environments/mainnet3/warp/configGetters/getRenzoPZETHWarpConfig.js' ;
import { WarpRouteIds } from './environments/mainnet3/warp/warpIds.js' ;
type WarpConfigGetterWithConfig = (
@ -42,12 +41,11 @@ export const warpConfigGetterMap: Record<
[ WarpRouteIds . ArbitrumBaseBlastBscEthereumFraxtalLineaModeOptimismSeiTaikoZircuitEZETH ] :
getRenzoEZETHWarpConfig ,
[ WarpRouteIds . InevmInjectiveINJ ] : getInevmInjectiveINJWarpConfig ,
[ WarpRouteIds . EthereumEclipseTETH ] : getEthereumEclipseTETHWarpConfig ,
[ WarpRouteIds . EthereumEclipseUSDC ] : getEthereumEclipseUSDCWarpConfig ,
[ WarpRouteIds . EthereumSeiFastUSD ] : getEthereumSeiFastUSDWarpConfig ,
[ WarpRouteIds . EthereumVictionETH ] : getEthereumVictionETHWarpConfig ,
[ WarpRouteIds . EthereumVictionUSDC ] : getEthereumVictionUSDCWarpConfig ,
[ WarpRouteIds . EthereumVictionUSDT ] : getEthereumVictionUSDTWarpConfig ,
[ WarpRouteIds . EthereumZircuitPZETH ] : getRenzoPZETHWarpConfig ,
[ WarpRouteIds . MantapacificNeutronTIA ] : getMantapacificNeutronTiaWarpConfig ,
} ;