@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
5 lines (4 loc) • 329 B
JavaScript
export { AGGREGATOR_BY_NETWORK, getAggregatorAddress } from './aggregator.js';
export { WITHDRAWAL_QUEUE_BY_NETWORK, getWithdrawalQueueAddress } from './withdrawal_queue.js';
export { CHAINS, CHAINS_COLORS, CHAINS_IDS, getChainColor } from './chains.js';
export { TOKENS, TOKENS_BY_NETWORK, getTokenAddress } from './tokens.js';