@edgex-web/components
Version:
EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns
24 lines • 931 B
TypeScript
export declare const ETH_CHAIN_IDS: {
readonly MAINNET: 1;
readonly SEPOLIA: 11155111;
};
export declare const ETH_CHAIN_ID_LIST: (1 | 11155111)[];
export declare const isEthChain: (chainId: number | string) => boolean;
export declare const UNLIMITED_DEPOSIT_CHAIN_IDS: {
readonly MAINNET: 1;
readonly SEPOLIA: 11155111;
readonly ARBITRUM: 42161;
readonly ARBITRUM_SEPOLIA: 421614;
};
export declare const UNLIMITED_DEPOSIT_CHAIN_ID_LIST: (1 | 42161 | 11155111 | 421614)[];
export declare const isUnlimitedDepositChain: (chainId: number | string) => boolean;
export declare const ARBITRUM_UNLIMITED_TOKENS: {
readonly USDT: true;
};
export declare const shouldShowDepositLimit: (chainId: number | string, tokenSymbol?: string) => boolean;
export declare const OTHER_CHAIN_IDS: {
readonly BNB_CHAIN: 56;
readonly POLYGON: 137;
readonly OPTIMISM: 10;
};
//# sourceMappingURL=constants.d.ts.map