UNPKG

@lido-sdk/constants

Version:

This project is being slowly deprecated and may not receive further updates. Check out [modern Lido SDK](https://github.com/lidofinance/lido-ethereum-sdk/pulls) to access latest functionality. It is actively maintained and is built for interacting with Li

25 lines (24 loc) 571 B
export declare enum CHAINS { Mainnet = 1, Ropsten = 3, Rinkeby = 4, Goerli = 5, Kovan = 42, Kintsugi = 1337702, Kiln = 1337802, Holesky = 17000, Moonbeam = 1284, Moonriver = 1285, Moonbase = 1287, Arbitrum = 42161, Optimism = 10, Fuji = 43113, Avalanche = 43114, Sepolia = 11155111, Hoodi = 560048 } export declare const CHAINS_IDS: CHAINS[]; export declare const CHAINS_COLORS: { [key in CHAINS]?: string; }; export declare const getChainColor: (chainId: CHAINS) => string;