/** * 跨链桥供应商 * * @see https://docs.dodoex.io/en/product/dodox/bridge---liquidity-sources#bridges */ export const crossChainEthereum = [ 'LIFI', 'Hyphen', 'Nabox', 'Bungee', 'Swft', 'Stargate', 'Connext', 'Squid', 'Across', ]; export const crossChainBSC = [ 'LIFI', 'Hyphen', 'Nabox', 'Bungee', 'Swft', 'Stargate', 'Connext', 'Squid', ]; export const crossChainArbitrumOne = [ 'LIFI', 'Hyphen', 'Nabox', 'Bungee', 'Swft', 'Stargate', 'Connext', 'Squid', 'Across', ]; export const crossChainPolygon = [ 'LIFI', 'Hyphen', 'Nabox', 'Bungee', 'Swft', 'Stargate', 'Connext', 'Squid', 'Across', ]; export const crossChainAurora = ['LIFI', 'Bungee']; export const crossChainAvax = [ 'LIFI', 'Hyphen', 'Nabox', 'Bungee', 'Swft', 'Stargate', 'Squid', ]; export const crossChainBase = ['LIFI', 'Nabox', 'Bungee', 'Swft', 'Across']; export const crossChainBoba = ['LIFI']; export const crossChainConflux = ['Swft']; export const crossChainHeco = ['Nabox', 'Swft']; export const crossChainLinea = ['LIFI', 'Nabox']; export const crossChainMoonRiver = ['LIFI']; export const crossChainOk = ['LIFI', 'Nabox', 'Swft']; export const crossChainOptimism = [ 'LIFI', 'Hyphen', 'Nabox', 'Bungee', 'Swft', 'Stargate', 'Connext', 'Squid', 'Across', ]; export const crossChainScroll = ['Swft'];