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

6 lines (5 loc) 202 B
import { CHAINS } from './chains'; export declare const WITHDRAWAL_QUEUE_BY_NETWORK: { [key in CHAINS]?: string; }; export declare const getWithdrawalQueueAddress: (chainId: CHAINS) => string;