@lido-sdk/contracts
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
8 lines (7 loc) • 813 B
JavaScript
export { createContractGetter, getAggregatorContract, getERC20Contract, getLDOContract, getSTETHContract, getWSTETHContract, getWithdrawalQueueContract } from './contracts.js';
export { AggregatorAbi__factory as AggregatorAbiFactory } from './generated/factories/AggregatorAbi__factory.js';
export { Erc20Abi__factory as Erc20AbiFactory } from './generated/factories/Erc20Abi__factory.js';
export { StethAbi__factory as StethAbiFactory } from './generated/factories/StethAbi__factory.js';
export { WstethAbi__factory as WstethAbiFactory } from './generated/factories/WstethAbi__factory.js';
export { LdoAbi__factory as LdoAbiFactory } from './generated/factories/LdoAbi__factory.js';
export { WithdrawalQueueAbi__factory as WithdrawalQueueAbiFactory } from './generated/factories/WithdrawalQueueAbi__factory.js';