@poolsea-nestjs/constants
v1.0.0
Published
NestJS Constants Module for Lido Finance projects. Part of [Lido NestJS Modules](https://github.com/lidofinance/lido-nestjs-modules/#readme)
Downloads
3
Maintainers
Readme
Constants Module
NestJS Constants Module for Lido Finance projects. Part of Lido NestJS Modules
Install
yarn add @poolsea-nestjs/constants
Usage
import { CHAINS } from '@poolsea-nestjs/constants';
export const LIDO_LOCATOR_CONTRACT_ADDRESSES = {
[CHAINS.Goerli]: '0x1eDf09b5023DC86737b59dE68a8130De878984f5',
};