From 2ee2b282f37ff0b19a78a5b0ec6204f39ab87016 Mon Sep 17 00:00:00 2001 From: venuswhispers Date: Thu, 16 Jan 2025 12:10:03 -0600 Subject: [PATCH] chore: updated ton asstes --- app/server/src/domain/constants/index.ts | 71 ------------------------ 1 file changed, 71 deletions(-) diff --git a/app/server/src/domain/constants/index.ts b/app/server/src/domain/constants/index.ts index b1da57f3..de5622c1 100644 --- a/app/server/src/domain/constants/index.ts +++ b/app/server/src/domain/constants/index.ts @@ -3,147 +3,78 @@ import { UTILA_NETWORK } from "@luxfi/core" export default class KnownInternalNames { static Exchanges = class { public static readonly Coinbase: string = "COINBASE" - public static readonly Coinspot: string = "COINSPOT" - public static readonly Gateio: string = "GATEIO" - public static readonly Binance: string = "BINANCE" - public static readonly Kucoin: string = "KUCOIN" - public static readonly Huobi: string = "HUOBI" - public static readonly LuxUSA: string = "LUXUSA" - public static readonly Lux: string = "LUX" - public static readonly Okex: string = "OKEX" - public static readonly Bitfinex: string = "BITFINEX" - public static readonly Kraken: string = "KRAKEN" - public static readonly Bittrex: string = "BITTREX" - public static readonly CryptoCom: string = "CRYPTOCOM" - public static readonly CryptoComApp: string = "CRYPTOCOMAPP" - public static readonly BinanceUS: string = "BINANCEUS" - public static readonly Blocktane: string = "BLOCKTANE" - public static readonly MexcGlobal: string = "MEXC" } static Networks = class { public static readonly CronosMainnet: string = "CRONOS_MAINNET" - public static readonly OsmosisMainnet: string = "OSMOSIS_MAINNET" - public static readonly ArbitrumMainnet: string = "ARBITRUM_MAINNET" - public static readonly ArbitrumNova: string = "ARBITRUMNOVA_MAINNET" - public static readonly ArbitrumRinkeby: string = "ARBITRUM_RINKEBY" - public static readonly ArbitrumGoerli: string = "ARBITRUM_GOERLI" - public static readonly OptimismMainnet: string = "OPTIMISM_MAINNET" - public static readonly OptimismGoerli: string = "OPTIMISM_GOERLI" - public static readonly OptimismKovan: string = "OPTIMISM_KOVAN" - public static readonly RoninMainnet: string = "RONIN_MAINNET" - public static readonly BobaMainnet: string = "BOBA_MAINNET" - public static readonly BobaRinkeby: string = "BOBA_RINKEBY" - public static readonly ZksyncMainnet: string = "ZKSYNC_MAINNET" - public static readonly ZksyncEraMainnet: string = "ZKSYNCERA_MAINNET" - public static readonly ZkspaceMainnet: string = "ZKSPACE_MAINNET" - public static readonly ZksyncRinkeby: string = "ZKSYNC_RINKEBY" - public static readonly EthereumRinkeby: string = "ETHEREUM_RINKEBY" - public static readonly EthereumMainnet: string = "ETHEREUM_MAINNET" - public static readonly EthereumGoerli: string = "ETHEREUM_GOERLI" - public static readonly PolygonMainnet: string = "POLYGON_MAINNET" - public static readonly LoopringMainnet: string = "LOOPRING_MAINNET" - public static readonly LoopringGoerli: string = "LOOPRING_GOERLI" - public static readonly MoonbeamMainnet: string = "MOONBEAM_MAINNET" - public static readonly StarkNetGoerli: string = "STARKNET_GOERLI" - public static readonly StarkNetMainnet: string = "STARKNET_MAINNET" - public static readonly ImmutableXMainnet: string = "IMMUTABLEX_MAINNET" - public static readonly ImmutableXGoerli: string = "IMMUTABLEX_GOERLI" - public static readonly AstarMainnet: string = "ASTAR_MAINNET" - public static readonly NahmiiMainnet: string = "NAHMII_MAINNET" - public static readonly RhinoFiMainnet: string = "RHINOFI_MAINNET" - public static readonly DydxMainnet: string = "DYDX_MAINNET" - public static readonly DydxGoerli: string = "DYDX_GOERLI" - public static readonly BNBChainMainnet: string = "BSC_MAINNET" - public static readonly SolanaMainnet: string = "SOLANA_MAINNET" - public static readonly SolanaTestnet: string = "SOLANA_TESTNET" - public static readonly SolanaDevnet: string = "SOLANA_DEVNET" - public static readonly SorareStage: string = "SORARE_MAINNET" - public static readonly KCCMainnet: string = "KCC_MAINNET" - public static readonly OKCMainnet: string = "OKC_MAINNET" - public static readonly PolygonZkMainnet: string = "POLYGONZK_MAINNET" - public static readonly LineaMainnet: string = "LINEA_MAINNET" - public static readonly BaseMainnet: string = "BASE_MAINNET" - public static readonly BaseTestnet: string = "BASE_TESTNET" - public static readonly AvalancheMainnet: string = "AVAX_MAINNET" - public static readonly PGNMainnet: string = "PGN_MAINNET" - public static readonly PGNTestnet: string = "PGN_TESTNET" - public static readonly MantleMainnet: string = "MANTLE_MAINNET" - public static readonly ZoraMainnet: string = "ZORA_MAINNET" - public static readonly RolluxMainnet: string = "ROLLUX_MAINNET" - public static readonly OpBNBMainnet: string = "OPBNB_MAINNET" - public static readonly MantaMainnet: string = "MANTA_MAINNET" - public static readonly ScrollMainnet: string = "SCROLL_MAINNET" - public static readonly TONMainnet: string = "TON_MAINNET" - public static readonly BrineMainnet: string = "BRINE_MAINNET" } @@ -159,9 +90,7 @@ export default class KnownInternalNames { static LiquidityProviders = class { public static readonly ConnextId: string = "39BF4D10-0AF8-4F54-A8B1-4C69A81ACA14".toLowerCase() - public static readonly BridgeId: string = "168D5457-05ED-46E3-AAB3-72A2D2098F0F".toLowerCase() - public static readonly StarkNetId: string = "fa3f93eb-9fea-44f3-a8a6-a5ced0f6d646".toLowerCase() } }