UNPKG

@exromany/lido-csm-sdk

Version:

[![GitHub license](https://img.shields.io/github/license/lidofinance/lido-csm-sdk?color=limegreen)](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [![Version npm](https://img.shields.io/npm/v/@lidofinance/lido-csm-sdk?label=version)](h

11 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STETH_ROUNDING_THRESHOLD = exports.TOKENS = void 0; var TOKENS; (function (TOKENS) { TOKENS["eth"] = "ETH"; TOKENS["steth"] = "stETH"; TOKENS["wsteth"] = "wstETH"; })(TOKENS || (exports.TOKENS = TOKENS = {})); exports.STETH_ROUNDING_THRESHOLD = 10n; //# sourceMappingURL=tokens.js.map