UNPKG

@divstake-nestjs/contracts

Version:

NestJS Contracts Module for Lido Finance projects. Part of [DivStake NestJS Modules](https://github.com/skaibaLab/divstake-nestjs-modules/#readme)

18 lines (13 loc) 750 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var constants = require('@divstake-nestjs/constants'); const DEPOSIT_CONTRACT_TOKEN = Symbol('depositContract'); const DEPOSIT_CONTRACT_ADDRESSES = { [constants.CHAINS.Mainnet]: '0x00000000219ab540356cbb839cbe05303d7705fa', [constants.CHAINS.Goerli]: '0xff50ed3d0ec03ac01d4c79aad74928bff48a7b2b', [constants.CHAINS.Holesky]: '0x4242424242424242424242424242424242424242', [constants.CHAINS.Sepolia]: '0x80b5DC88C98E528bF9cb4B7F0f076aC41da24651', [constants.CHAINS.Hoodi]: '0x00000000219ab540356cBB839Cbe05303d7705Fa', }; exports.DEPOSIT_CONTRACT_ADDRESSES = DEPOSIT_CONTRACT_ADDRESSES; exports.DEPOSIT_CONTRACT_TOKEN = DEPOSIT_CONTRACT_TOKEN;