Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add all warp routes ids to nexus #433

Merged
merged 4 commits into from
Feb 11, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions src/consts/warpRouteWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const warpRouteWhitelist: Array<string> | null = [

// ETH routes
'ETH/ethereum-viction',
'ETH/ethereum-vana',

// tETH routes
'tETH/eclipsemainnet-ethereum',
Expand All @@ -35,11 +36,17 @@ export const warpRouteWhitelist: Array<string> | null = [
'USDC/ethereum-viction',
'USDC/eclipsemainnet-ethereum-solanamainnet',
'USDC/appchain-base',
'USDC/arbitrum-base-endurance',
'USDC/ethereum-form',
'USDC.a/artela-base',
'USDC/ethereum-superseed',

// USDT routes
'USDT/ethereum-inevm',
'USDT/ethereum-viction',
'USDT/eclipsemainnet-ethereum-solanamainnet',
'USDT/ethereum-form',
'USDT/ethereum-superseed',

// INJ routes
'INJ/inevm-injective',
Expand All @@ -56,6 +63,7 @@ export const warpRouteWhitelist: Array<string> | null = [

// WBTC routes
'WBTC/eclipsemainnet-ethereum',
'WBTC/ethereum-form',

// ORCA routes
'ORCA/eclipsemainnet-solanamainnet',
Expand All @@ -80,6 +88,7 @@ export const warpRouteWhitelist: Array<string> | null = [

// TRUMP routes
'TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain',
'TRUMP/solanamainnet-trumpchain',

// jitoSOL
'JitoSOL/eclipsemainnet-solanamainnet',
Expand All @@ -89,4 +98,35 @@ export const warpRouteWhitelist: Array<string> | null = [

// SMOL routes
'SMOL/arbitrum-ethereum-solanamainnet-treasure',

// MAGIC routes
'MAGIC/arbitrum-treasure',

// WETH routes
'WETH.a/artela-base',

// fastUSD routes
'fastUSD/ethereum-sei',

// cbBTC routes
'cbBTC/ethereum-superseed',
'cbBTC/ethereum-flowmainnet',

// ezETH routes
'ezETH/arbitrum-base-blast-bsc-ethereum-fraxtal-linea-mode-optimism-sei-swell-taiko-zircuit',

// GAME routes
'GAME/base-form',

// AIXBT routes
'AIXBT/base-form',

// // wstETH routes
'wstETH/ethereum-form',

// // pzETH routes
'pzETH/ethereum-swell-zircuit',

// ART routes
'ART/artela-base-solanamainnet',
];