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

29 lines (23 loc) 1.01 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var aggregator = require('./aggregator.js'); var withdrawal_queue = require('./withdrawal_queue.js'); var chains = require('./chains.js'); var tokens = require('./tokens.js'); exports.AGGREGATOR_BY_NETWORK = aggregator.AGGREGATOR_BY_NETWORK; exports.getAggregatorAddress = aggregator.getAggregatorAddress; exports.WITHDRAWAL_QUEUE_BY_NETWORK = withdrawal_queue.WITHDRAWAL_QUEUE_BY_NETWORK; exports.getWithdrawalQueueAddress = withdrawal_queue.getWithdrawalQueueAddress; Object.defineProperty(exports, 'CHAINS', { enumerable: true, get: function () { return chains.CHAINS; } }); exports.CHAINS_COLORS = chains.CHAINS_COLORS; exports.CHAINS_IDS = chains.CHAINS_IDS; exports.getChainColor = chains.getChainColor; Object.defineProperty(exports, 'TOKENS', { enumerable: true, get: function () { return tokens.TOKENS; } }); exports.TOKENS_BY_NETWORK = tokens.TOKENS_BY_NETWORK; exports.getTokenAddress = tokens.getTokenAddress;